#18A136

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

Shades of Forest Green #18A136

Tints of Forest Green #18A136

Color information

#18A136 (or 0x18A136) is unknown color: approx Forest Green. HEX triplet: 18, A1 and 36. RGB value is (24,161,54). Sum of RGB (Red+Green+Blue) = 24+161+54=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 161 (63.28% from 255 or 67.36% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 161 - color contains mainly: green. Hex color #18A136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A136 is #E75EC9. Grayscale: #6C6C6C. Windows color (decimal): -15163082 or 3580184. OLE color: 3580184.

HSL color Cylindrical-coordinate representation of color #18A136: hue angle of 133.14º 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 #18A136 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB2416154-
CMYK0.8500.660.37
HSL133.14º74.05%36.27%-
HSV(B)133.14º85.09%63.14%-
XYZ13.7925.957.77-
YUV107.8497.6168.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 161 (63.28% from 255) = 67.36%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=10.04%
G=67.36%
B=22.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24161540.8500.660.37133.1474.0536.27
Hex18A1365504225854a24
Octal302416612501024520511244
Binary1100010100001110110101010101000010100101100001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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