#12A024

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

Shades of Forest Green #12A024

Tints of Forest Green #12A024

Color information

#12A024 (or 0x12A024) is unknown color: approx Forest Green. HEX triplet: 12, A0 and 24. RGB value is (18,160,36). Sum of RGB (Red+Green+Blue) = 18+160+36=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #12A024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A024 is #ED5FDB. Grayscale: #676767. Windows color (decimal): -15556572 or 2400274. OLE color: 2400274.

HSL color Cylindrical-coordinate representation of color #12A024: hue angle of 127.61º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A024 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1816036-
CMYK0.8900.780.37
HSL127.61º79.78%34.9%-
HSV(B)127.61º88.75%62.75%-
XYZ13.1425.45.88-
YUV103.4189.9667.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 160 (62.89% from 255) = 74.77%
BLUE value IS 36 (14.45% from 255) = 16.82%
R=8.41%
G=74.77%
B=16.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160360.8900.780.37127.6179.7834.9
Hex12A0245904E25805023
Octal222404413101164520012043
Binary1001010100000100100101100101001110100101100000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A024; }

 p { color: rgb(18,160,36); }

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

<style>
 a { background-color: #12A024; }

 a { background-color: rgb(18,160,36); }

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

<style>
 span { border-color: #12A024; }

 span { border-color: rgb(18,160,36); }

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