Shades of Green #158508
Tints of Green #158508
RGB
CMYK
RGB Variations
Color information
#158508 (or 0x158508) is known color: Green. HEX triplet: 15, 85 and 08. RGB value is (21,133,8). Sum of RGB (Red+Green+Blue) = 21+133+8=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 133 (52.34% from 255 or 82.10% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 133 - color contains mainly: green. Hex color #158508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158508 is #EA7AF7. Grayscale: #555555. Windows color (decimal): -15366904 or 558357. OLE color: 558357.
HSL color Cylindrical-coordinate representation of color #158508: hue angle of 113.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #158508 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 8 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.48 |
| HSL | 113.76º | 0.89% | 0.28% | - |
| HSV(B) | 113.76º | 0.94% | 0.52% | - |
| XYZ | 8.74 | 16.95 | 3.04 | - |
| YUV | 85.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 8 | 0.84 | 0 | 0.94 | 0.48 | 113.76 | 0.89 | 0.28 |
| Hex | 15 | 85 | 8 | 54 | 0 | 5E | 30 | 72 | 59 | 1C |
| Octal | 25 | 205 | 10 | 124 | 0 | 136 | 60 | 162 | 131 | 34 |
| Binary | 10101 | 10000101 | 1000 | 1010100 | 0 | 1011110 | 110000 | 1110010 | 1011001 | 11100 |
Color Harmonies of #158508
Complementary color
Monochromatic Colors of #158508
Black with #158508
Text Example
Text Example
White with #158508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158508; }
p { color: rgb(21,133,8); }
H1.HeaderClassName
{
color: #158508;
}
.AnyTagClassName
{
color: #158508;
}
</style>
background-color css
<style>
a { background-color: #158508; }
a { background-color: rgb(21,133,8); }
div.DivClassName
{
background-color: #158508;
}
.BgClassName
{
background-color: #158508;
}
</style>
border-color css
<style>
span { border-color: #158508; }
span { border-color: rgb(21,133,8); }
td.TdClassName
{
border-color: #158508;
}
.TagClassName
{
border-color: #158508;
}
</style>