#1AA616

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

Shades of Forest Green #1AA616

Tints of Forest Green #1AA616

Color information

#1AA616 (or 0x1AA616) is unknown color: approx Forest Green. HEX triplet: 1A, A6 and 16. RGB value is (26,166,22). Sum of RGB (Red+Green+Blue) = 26+166+22=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 166 (65.23% from 255 or 77.57% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA616 is #E559E9. Grayscale: #6C6C6C. Windows color (decimal): -15030762 or 1484314. OLE color: 1484314.

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

Color convert

RGB2616622-
CMYK0.8400.870.35
HSL118.33º76.6%36.86%-
HSV(B)118.33º86.75%65.1%-
XYZ14.2127.555.33-
YUV107.7279.6269.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 166 (65.23% from 255) = 77.57%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=12.15%
G=77.57%
B=10.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26166220.8400.870.35118.3376.636.86
Hex1AA6165405723764d25
Octal322462612401274316611545
Binary11010101001101011010101000101011110001111101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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