#129A14

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

Shades of Forest Green #129A14

Tints of Forest Green #129A14

Color information

#129A14 (or 0x129A14) is unknown color: approx Forest Green. HEX triplet: 12, 9A and 14. RGB value is (18,154,20). Sum of RGB (Red+Green+Blue) = 18+154+20=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 154 (60.55% from 255 or 80.21% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 154 - color contains mainly: green. Hex color #129A14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129A14 is #ED65EB. Grayscale: #626262. Windows color (decimal): -15558124 or 1350162. OLE color: 1350162.

HSL color Cylindrical-coordinate representation of color #129A14: hue angle of 120.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A14 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1815420-
CMYK0.8800.870.40
HSL120.88º79.07%33.73%-
HSV(B)120.88º88.31%60.39%-
XYZ11.9323.294.53-
YUV98.0683.9470.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 154 (60.55% from 255) = 80.21%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=9.38%
G=80.21%
B=10.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18154200.8800.870.40120.8879.0733.73
Hex129A145805728794f22
Octal222322413001275017111742
Binary10010100110101010010110000101011110100011110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129A14; }

 p { color: rgb(18,154,20); }

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

<style>
 a { background-color: #129A14; }

 a { background-color: rgb(18,154,20); }

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

<style>
 span { border-color: #129A14; }

 span { border-color: rgb(18,154,20); }

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