#1AAD16

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

Shades of Forest Green #1AAD16

Tints of Forest Green #1AAD16

Color information

#1AAD16 (or 0x1AAD16) is unknown color: approx Forest Green. HEX triplet: 1A, AD and 16. RGB value is (26,173,22). Sum of RGB (Red+Green+Blue) = 26+173+22=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAD16 is #E552E9. Grayscale: #707070. Windows color (decimal): -15028970 or 1486106. OLE color: 1486106.

HSL color Cylindrical-coordinate representation of color #1AAD16: hue angle of 118.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAD16 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB2617322-
CMYK0.8500.870.32
HSL118.41º77.44%38.24%-
HSV(B)118.41º87.28%67.84%-
XYZ15.5130.165.76-
YUV111.8377.366.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 173 (67.97% from 255) = 78.28%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=11.76%
G=78.28%
B=9.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26173220.8500.870.32118.4177.4438.24
Hex1AAD165505720764d26
Octal322552612501274016611546
Binary11010101011011011010101010101011110000011101101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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