Shades of Green #158200
Tints of Green #158200
RGB
CMYK
RGB Variations
Color information
#158200 (or 0x158200) is known color: Green. HEX triplet: 15, 82 and 00. RGB value is (21,130,0). Sum of RGB (Red+Green+Blue) = 21+130+0=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #158200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158200 is #EA7DFF. Grayscale: #535353. Windows color (decimal): -15367680 or 33301. OLE color: 33301.
HSL color Cylindrical-coordinate representation of color #158200: hue angle of 110.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #158200 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.49 |
| HSL | 110.31º | 1% | 0.25% | - |
| HSV(B) | 110.31º | 1% | 0.51% | - |
| XYZ | 8.29 | 16.12 | 2.68 | - |
| YUV | 82.59 | 81.39 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 0 | 0.84 | 0 | 1 | 0.49 | 110.31 | 1 | 0.25 |
| Hex | 15 | 82 | 0 | 54 | 0 | 64 | 31 | 6E | 64 | 19 |
| Octal | 25 | 202 | 0 | 124 | 0 | 144 | 61 | 156 | 144 | 31 |
| Binary | 10101 | 10000010 | 0 | 1010100 | 0 | 1100100 | 110001 | 1101110 | 1100100 | 11001 |
Color Harmonies of #158200
Complementary color
Monochromatic Colors of #158200
Black with #158200
Text Example
Text Example
White with #158200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158200; }
p { color: rgb(21,130,0); }
H1.HeaderClassName
{
color: #158200;
}
.AnyTagClassName
{
color: #158200;
}
</style>
background-color css
<style>
a { background-color: #158200; }
a { background-color: rgb(21,130,0); }
div.DivClassName
{
background-color: #158200;
}
.BgClassName
{
background-color: #158200;
}
</style>
border-color css
<style>
span { border-color: #158200; }
span { border-color: rgb(21,130,0); }
td.TdClassName
{
border-color: #158200;
}
.TagClassName
{
border-color: #158200;
}
</style>