#129C16

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

Shades of Forest Green #129C16

Tints of Forest Green #129C16

Color information

#129C16 (or 0x129C16) is unknown color: approx Forest Green. HEX triplet: 12, 9C and 16. RGB value is (18,156,22). Sum of RGB (Red+Green+Blue) = 18+156+22=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 156 (61.33% from 255 or 79.59% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 156 - color contains mainly: green. Hex color #129C16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129C16 is #ED63E9. Grayscale: #636363. Windows color (decimal): -15557610 or 1481746. OLE color: 1481746.

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

Color convert

RGB1815622-
CMYK0.8800.860.39
HSL121.74º79.31%34.12%-
HSV(B)121.74º88.46%61.18%-
XYZ12.2823.964.74-
YUV99.4684.2869.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 156 (61.33% from 255) = 79.59%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=9.18%
G=79.59%
B=11.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18156220.8800.860.39121.7479.3134.12
Hex129C1658056277a4f22
Octal222342613001264717211742
Binary10010100111001011010110000101011010011111110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,156,22); }

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

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

 a { background-color: rgb(18,156,22); }

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

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

 span { border-color: rgb(18,156,22); }

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