#159914

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

Shades of Forest Green #159914

Tints of Forest Green #159914

Color information

#159914 (or 0x159914) is unknown color: approx Forest Green. HEX triplet: 15, 99 and 14. RGB value is (21,153,20). Sum of RGB (Red+Green+Blue) = 21+153+20=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 153 (60.16% from 255 or 78.87% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 153 - color contains mainly: green. Hex color #159914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #159914 is #EA66EB. Grayscale: #626262. Windows color (decimal): -15361772 or 1349909. OLE color: 1349909.

HSL color Cylindrical-coordinate representation of color #159914: hue angle of 119.55º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159914 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB2115320-
CMYK0.8600.870.4
HSL119.55º76.88%33.92%-
HSV(B)119.55º86.93%60%-
XYZ11.8322.994.48-
YUV98.3783.7772.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 153 (60.16% from 255) = 78.87%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=10.82%
G=78.87%
B=10.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21153200.8600.870.4119.5576.8833.92
Hex1599145605728784d22
Octal252312412601275017011542
Binary10101100110011010010101100101011110100011110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159914; }

 p { color: rgb(21,153,20); }

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

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

 a { background-color: rgb(21,153,20); }

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

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

 span { border-color: rgb(21,153,20); }

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