#18AC16

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

Shades of Forest Green #18AC16

Tints of Forest Green #18AC16

Color information

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

HSL color Cylindrical-coordinate representation of color #18AC16: hue angle of 119.2º 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 #18AC16 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB2417222-
CMYK0.8600.870.33
HSL119.2º77.32%38.04%-
HSV(B)119.2º87.21%67.45%-
XYZ15.2729.765.7-
YUV110.6577.9766.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24172220.8600.870.33119.277.3238.04
Hex18AC165605721774d26
Octal302542612601274116711546
Binary11000101011001011010101100101011110000111101111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AC16; }

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

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

<style>
 a { background-color: #18AC16; }

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

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

<style>
 span { border-color: #18AC16; }

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

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