#129516

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

Shades of Forest Green #129516

Tints of Forest Green #129516

Color information

#129516 (or 0x129516) is unknown color: approx Forest Green. HEX triplet: 12, 95 and 16. RGB value is (18,149,22). Sum of RGB (Red+Green+Blue) = 18+149+22=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 149 (58.59% from 255 or 78.84% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 149 - color contains mainly: green. Hex color #129516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129516 is #ED6AE9. Grayscale: #5F5F5F. Windows color (decimal): -15559402 or 1479954. OLE color: 1479954.

HSL color Cylindrical-coordinate representation of color #129516: hue angle of 121.83º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129516 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1814922-
CMYK0.8800.850.42
HSL121.83º78.44%32.75%-
HSV(B)121.83º87.92%58.43%-
XYZ11.1421.684.36-
YUV95.3586.672.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 149 (58.59% from 255) = 78.84%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=9.52%
G=78.84%
B=11.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149220.8800.850.42121.8378.4432.75
Hex129516580552A7a4e21
Octal222252613001255217211641
Binary10010100101011011010110000101010110101011110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129516; }

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

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

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

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

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

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

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

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