#12A324

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

Shades of Forest Green #12A324

Tints of Forest Green #12A324

Color information

#12A324 (or 0x12A324) is unknown color: approx Forest Green. HEX triplet: 12, A3 and 24. RGB value is (18,163,36). Sum of RGB (Red+Green+Blue) = 18+163+36=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 163 (64.06% from 255 or 75.12% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 163 - color contains mainly: green. Hex color #12A324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A324 is #ED5CDB. Grayscale: #696969. Windows color (decimal): -15555804 or 2401042. OLE color: 2401042.

HSL color Cylindrical-coordinate representation of color #12A324: hue angle of 127.45º 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 #12A324 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1816336-
CMYK0.8900.780.36
HSL127.45º80.11%35.49%-
HSV(B)127.45º88.96%63.92%-
XYZ13.6726.456.05-
YUV105.1788.9665.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 163 (64.06% from 255) = 75.12%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=8.29%
G=75.12%
B=16.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18163360.8900.780.36127.4580.1135.49
Hex12A3245904E247f5023
Octal222434413101164417712043
Binary100101010001110010010110010100111010010011111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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