#1AA216

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

Shades of Forest Green #1AA216

Tints of Forest Green #1AA216

Color information

#1AA216 (or 0x1AA216) is unknown color: approx Forest Green. HEX triplet: 1A, A2 and 16. RGB value is (26,162,22). Sum of RGB (Red+Green+Blue) = 26+162+22=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 162 (63.67% from 255 or 77.14% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 162 - color contains mainly: green. Hex color #1AA216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA216 is #E55DE9. Grayscale: #696969. Windows color (decimal): -15031786 or 1483290. OLE color: 1483290.

HSL color Cylindrical-coordinate representation of color #1AA216: hue angle of 118.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AA216 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB2616222-
CMYK0.8400.860.36
HSL118.29º76.09%36.08%-
HSV(B)118.29º86.42%63.53%-
XYZ13.4926.125.09-
YUV105.3880.9471.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 162 (63.67% from 255) = 77.14%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=12.38%
G=77.14%
B=10.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26162220.8400.860.36118.2976.0936.08
Hex1AA2165405624764c24
Octal322422612401264416611444
Binary11010101000101011010101000101011010010011101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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