Shades of Green #158500
Tints of Green #158500
RGB
CMYK
RGB Variations
Color information
#158500 (or 0x158500) is known color: Green. HEX triplet: 15, 85 and 00. RGB value is (21,133,0). Sum of RGB (Red+Green+Blue) = 21+133+0=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 133 (52.34% from 255 or 86.36% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 133 - color contains mainly: green. Hex color #158500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158500 is #EA7AFF. Grayscale: #545454. Windows color (decimal): -15366912 or 34069. OLE color: 34069.
HSL color Cylindrical-coordinate representation of color #158500: hue angle of 110.53º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #158500 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.48 |
| HSL | 110.53º | 1% | 0.26% | - |
| HSV(B) | 110.53º | 1% | 0.52% | - |
| XYZ | 8.7 | 16.93 | 2.81 | - |
| YUV | 84.35 | 80.39 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 0 | 0.84 | 0 | 1 | 0.48 | 110.53 | 1 | 0.26 |
| Hex | 15 | 85 | 0 | 54 | 0 | 64 | 30 | 6F | 64 | 1A |
| Octal | 25 | 205 | 0 | 124 | 0 | 144 | 60 | 157 | 144 | 32 |
| Binary | 10101 | 10000101 | 0 | 1010100 | 0 | 1100100 | 110000 | 1101111 | 1100100 | 11010 |
Color Harmonies of #158500
Complementary color
Monochromatic Colors of #158500
Black with #158500
Text Example
Text Example
White with #158500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158500; }
p { color: rgb(21,133,0); }
H1.HeaderClassName
{
color: #158500;
}
.AnyTagClassName
{
color: #158500;
}
</style>
background-color css
<style>
a { background-color: #158500; }
a { background-color: rgb(21,133,0); }
div.DivClassName
{
background-color: #158500;
}
.BgClassName
{
background-color: #158500;
}
</style>
border-color css
<style>
span { border-color: #158500; }
span { border-color: rgb(21,133,0); }
td.TdClassName
{
border-color: #158500;
}
.TagClassName
{
border-color: #158500;
}
</style>