#16AC18

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

Shades of Forest Green #16AC18

Tints of Forest Green #16AC18

Color information

#16AC18 (or 0x16AC18) is unknown color: approx Forest Green. HEX triplet: 16, AC and 18. RGB value is (22,172,24). Sum of RGB (Red+Green+Blue) = 22+172+24=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16AC18 is #E953E7. Grayscale: #6E6E6E. Windows color (decimal): -15291368 or 1616918. OLE color: 1616918.

HSL color Cylindrical-coordinate representation of color #16AC18: hue angle of 120.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AC18 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB2217224-
CMYK0.8700.860.33
HSL120.8º77.32%38.04%-
HSV(B)120.8º87.21%67.45%-
XYZ15.2529.745.8-
YUV110.2879.3165.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.09%
GREEN value IS 172 (67.58% from 255) = 78.90%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=10.09%
G=78.90%
B=11.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22172240.8700.860.33120.877.3238.04
Hex16AC185705621794d26
Octal262543012701264117111546
Binary10110101011001100010101110101011010000111110011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16AC18; }

 p { color: rgb(22,172,24); }

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

<style>
 a { background-color: #16AC18; }

 a { background-color: rgb(22,172,24); }

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

<style>
 span { border-color: #16AC18; }

 span { border-color: rgb(22,172,24); }

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