#1AA620

Color #1AA620 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1AA620

Tints of Forest Green #1AA620

Color information

#1AA620 (or 0x1AA620) is unknown color: approx Forest Green. HEX triplet: 1A, A6 and 20. RGB value is (26,166,32). Sum of RGB (Red+Green+Blue) = 26+166+32=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AA620 is #E559DF. Grayscale: #6D6D6D. Windows color (decimal): -15030752 or 2139674. OLE color: 2139674.

HSL color Cylindrical-coordinate representation of color #1AA620: hue angle of 122.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA620 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB2616632-
CMYK0.8400.810.35
HSL122.57º72.92%37.65%-
HSV(B)122.57º84.34%65.1%-
XYZ14.3227.65.94-
YUV108.8684.6268.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 166 (65.23% from 255) = 74.11%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=11.61%
G=74.11%
B=14.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26166320.8400.810.35122.5772.9237.65
Hex1AA62054051237b4926
Octal322464012401214317311146
Binary110101010011010000010101000101000110001111110111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA620; }

 p { color: rgb(26,166,32); }

 H1.HeaderClassName
 {
   color: #1AA620;
 }
 .AnyTagClassName
 {
   color: #1AA620;
 }
</style>
background-color css

<style>
 a { background-color: #1AA620; }

 a { background-color: rgb(26,166,32); }

 div.DivClassName
 {
   background-color: #1AA620;
 }
 .BgClassName
 {
   background-color: #1AA620;
 }
</style>
border-color css

<style>
 span { border-color: #1AA620; }

 span { border-color: rgb(26,166,32); }

 td.TdClassName
 {
   border-color: #1AA620;
 }
 .TagClassName
 {
   border-color: #1AA620;
 }
</style>