Shades of Green #15800C
Tints of Green #15800C
RGB
CMYK
RGB Variations
Color information
#15800C (or 0x15800C) is known color: Green. HEX triplet: 15, 80 and 0C. RGB value is (21,128,12). Sum of RGB (Red+Green+Blue) = 21+128+12=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 128 (50.39% from 255 or 79.50% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 128 - color contains mainly: green. Hex color #15800C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #15800C is #EA7FF3. Grayscale: #535353. Windows color (decimal): -15368180 or 819221. OLE color: 819221.
HSL color Cylindrical-coordinate representation of color #15800C: hue angle of 115.34º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15800C is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 128 | 12 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.50 |
| HSL | 115.34º | 0.83% | 0.27% | - |
| HSV(B) | 115.34º | 0.91% | 0.5% | - |
| XYZ | 8.09 | 15.62 | 2.94 | - |
| YUV | 82.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 12 | 0.84 | 0 | 0.91 | 0.50 | 115.34 | 0.83 | 0.27 |
| Hex | 15 | 80 | C | 54 | 0 | 5B | 32 | 73 | 53 | 1B |
| Octal | 25 | 200 | 14 | 124 | 0 | 133 | 62 | 163 | 123 | 33 |
| Binary | 10101 | 10000000 | 1100 | 1010100 | 0 | 1011011 | 110010 | 1110011 | 1010011 | 11011 |
Color Harmonies of #15800C
Complementary color
Monochromatic Colors of #15800C
Black with #15800C
Text Example
Text Example
White with #15800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15800C; }
p { color: rgb(21,128,12); }
H1.HeaderClassName
{
color: #15800C;
}
.AnyTagClassName
{
color: #15800C;
}
</style>
background-color css
<style>
a { background-color: #15800C; }
a { background-color: rgb(21,128,12); }
div.DivClassName
{
background-color: #15800C;
}
.BgClassName
{
background-color: #15800C;
}
</style>
border-color css
<style>
span { border-color: #15800C; }
span { border-color: rgb(21,128,12); }
td.TdClassName
{
border-color: #15800C;
}
.TagClassName
{
border-color: #15800C;
}
</style>