#158F14

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

Shades of Forest Green #158F14

Tints of Forest Green #158F14

Color information

#158F14 (or 0x158F14) is unknown color: approx Forest Green. HEX triplet: 15, 8F and 14. RGB value is (21,143,20). Sum of RGB (Red+Green+Blue) = 21+143+20=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 143 (56.25% from 255 or 77.72% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 143 - color contains mainly: green. Hex color #158F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158F14 is #EA70EB. Grayscale: #5C5C5C. Windows color (decimal): -15364332 or 1347349. OLE color: 1347349.

HSL color Cylindrical-coordinate representation of color #158F14: hue angle of 119.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158F14 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB2114320-
CMYK0.8500.860.44
HSL119.51º75.46%31.96%-
HSV(B)119.51º86.01%56.08%-
XYZ10.2619.853.95-
YUV92.587.0877-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 143 (56.25% from 255) = 77.72%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=11.41%
G=77.72%
B=10.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21143200.8500.860.44119.5175.4631.96
Hex158F14550562C784b20
Octal252172412501265417011340
Binary10101100011111010010101010101011010110011110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158F14; }

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

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

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

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

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

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

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

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