#18A212

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

Shades of Forest Green #18A212

Tints of Forest Green #18A212

Color information

#18A212 (or 0x18A212) is unknown color: approx Forest Green. HEX triplet: 18, A2 and 12. RGB value is (24,162,18). Sum of RGB (Red+Green+Blue) = 24+162+18=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #18A212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A212 is #E75DED. Grayscale: #686868. Windows color (decimal): -15162862 or 1221144. OLE color: 1221144.

HSL color Cylindrical-coordinate representation of color #18A212: hue angle of 117.5º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18A212 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB2416218-
CMYK0.8500.890.36
HSL117.5º80%35.29%-
HSV(B)117.5º88.89%63.53%-
XYZ13.4126.084.9-
YUV104.3279.2870.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 162 (63.67% from 255) = 79.41%
BLUE value IS 18 (7.42% from 255) = 8.82%
R=11.76%
G=79.41%
B=8.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162180.8500.890.36117.58035.29
Hex18A2125505924765023
Octal302422212501314416612043
Binary11000101000101001010101010101100110010011101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,18); }

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

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

 a { background-color: rgb(24,162,18); }

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

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

 span { border-color: rgb(24,162,18); }

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