#18A119

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

Shades of Forest Green #18A119

Tints of Forest Green #18A119

Color information

#18A119 (or 0x18A119) is unknown color: approx Forest Green. HEX triplet: 18, A1 and 19. RGB value is (24,161,25). Sum of RGB (Red+Green+Blue) = 24+161+25=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 161 (63.28% from 255 or 76.67% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 161 - color contains mainly: green. Hex color #18A119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A119 is #E75EE6. Grayscale: #686868. Windows color (decimal): -15163111 or 1679640. OLE color: 1679640.

HSL color Cylindrical-coordinate representation of color #18A119: hue angle of 120.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A119 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB2416125-
CMYK0.8500.840.37
HSL120.44º74.05%36.27%-
HSV(B)120.44º85.09%63.14%-
XYZ13.325.755.19-
YUV104.5383.1170.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 161 (63.28% from 255) = 76.67%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=11.43%
G=76.67%
B=11.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24161250.8500.840.37120.4474.0536.27
Hex18A1195505425784a24
Octal302413112501244517011244
Binary11000101000011100110101010101010010010111110001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,161,25); }

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

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

 a { background-color: rgb(24,161,25); }

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

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

 span { border-color: rgb(24,161,25); }

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