Shades of Green #158206
Tints of Green #158206
RGB
CMYK
RGB Variations
Color information
#158206 (or 0x158206) is known color: Green. HEX triplet: 15, 82 and 06. RGB value is (21,130,6). Sum of RGB (Red+Green+Blue) = 21+130+6=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #158206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158206 is #EA7DF9. Grayscale: #535353. Windows color (decimal): -15367674 or 426517. OLE color: 426517.
HSL color Cylindrical-coordinate representation of color #158206: hue angle of 112.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #158206 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 6 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.49 |
| HSL | 112.74º | 0.91% | 0.27% | - |
| HSV(B) | 112.74º | 0.95% | 0.51% | - |
| XYZ | 8.32 | 16.14 | 2.85 | - |
| YUV | 83.27 | 84.39 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 6 | 0.84 | 0 | 0.95 | 0.49 | 112.74 | 0.91 | 0.27 |
| Hex | 15 | 82 | 6 | 54 | 0 | 5F | 31 | 71 | 5B | 1B |
| Octal | 25 | 202 | 6 | 124 | 0 | 137 | 61 | 161 | 133 | 33 |
| Binary | 10101 | 10000010 | 110 | 1010100 | 0 | 1011111 | 110001 | 1110001 | 1011011 | 11011 |
Color Harmonies of #158206
Complementary color
Monochromatic Colors of #158206
Black with #158206
Text Example
Text Example
White with #158206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158206; }
p { color: rgb(21,130,6); }
H1.HeaderClassName
{
color: #158206;
}
.AnyTagClassName
{
color: #158206;
}
</style>
background-color css
<style>
a { background-color: #158206; }
a { background-color: rgb(21,130,6); }
div.DivClassName
{
background-color: #158206;
}
.BgClassName
{
background-color: #158206;
}
</style>
border-color css
<style>
span { border-color: #158206; }
span { border-color: rgb(21,130,6); }
td.TdClassName
{
border-color: #158206;
}
.TagClassName
{
border-color: #158206;
}
</style>