#12A01F

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

Shades of Forest Green #12A01F

Tints of Forest Green #12A01F

Color information

#12A01F (or 0x12A01F) is unknown color: approx Forest Green. HEX triplet: 12, A0 and 1F. RGB value is (18,160,31). Sum of RGB (Red+Green+Blue) = 18+160+31=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 160 (62.89% from 255 or 76.56% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 160 - color contains mainly: green. Hex color #12A01F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A01F is #ED5FE0. Grayscale: #676767. Windows color (decimal): -15556577 or 2072594. OLE color: 2072594.

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

Color convert

RGB1816031-
CMYK0.8900.810.37
HSL125.49º79.78%34.9%-
HSV(B)125.49º88.75%62.75%-
XYZ13.0725.375.5-
YUV102.8487.4667.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 160 (62.89% from 255) = 76.56%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=8.61%
G=76.56%
B=14.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160310.8900.810.37125.4979.7834.9
Hex12A01F59051257d5023
Octal222403713101214517512043
Binary10010101000001111110110010101000110010111111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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