Shades of Islamic Green #15C000
Tints of Islamic Green #15C000
RGB
CMYK
RGB Variations
Color information
#15C000 (or 0x15C000) is known color: Islamic Green. HEX triplet: 15, C0 and 00. RGB value is (21,192,0). Sum of RGB (Red+Green+Blue) = 21+192+0=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 192 (75.39% from 255 or 90.14% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 192 - color contains mainly: green. Hex color #15C000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15C000 is #EA3FFF. Grayscale: #777777. Windows color (decimal): -15351808 or 49173. OLE color: 49173.
HSL color Cylindrical-coordinate representation of color #15C000: hue angle of 113.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15C000 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.25 |
| HSL | 113.44º | 1% | 0.38% | - |
| HSV(B) | 113.44º | 1% | 0.75% | - |
| XYZ | 19.16 | 37.86 | 6.3 | - |
| YUV | 118.98 | 60.85 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 0 | 0.89 | 0 | 1 | 0.25 | 113.44 | 1 | 0.38 |
| Hex | 15 | C0 | 0 | 59 | 0 | 64 | 19 | 71 | 64 | 26 |
| Octal | 25 | 300 | 0 | 131 | 0 | 144 | 31 | 161 | 144 | 46 |
| Binary | 10101 | 11000000 | 0 | 1011001 | 0 | 1100100 | 11001 | 1110001 | 1100100 | 100110 |
Color Harmonies of #15C000
Complementary color
Monochromatic Colors of #15C000
Black with #15C000
Text Example
Text Example
White with #15C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C000; }
p { color: rgb(21,192,0); }
H1.HeaderClassName
{
color: #15C000;
}
.AnyTagClassName
{
color: #15C000;
}
</style>
background-color css
<style>
a { background-color: #15C000; }
a { background-color: rgb(21,192,0); }
div.DivClassName
{
background-color: #15C000;
}
.BgClassName
{
background-color: #15C000;
}
</style>
border-color css
<style>
span { border-color: #15C000; }
span { border-color: rgb(21,192,0); }
td.TdClassName
{
border-color: #15C000;
}
.TagClassName
{
border-color: #15C000;
}
</style>