Shades of Islamic Green #15C002
Tints of Islamic Green #15C002
RGB
CMYK
RGB Variations
Color information
#15C002 (or 0x15C002) is known color: Islamic Green. HEX triplet: 15, C0 and 02. RGB value is (21,192,2). Sum of RGB (Red+Green+Blue) = 21+192+2=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 192 (75.39% from 255 or 89.30% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 192 - color contains mainly: green. Hex color #15C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15C002 is #EA3FFD. Grayscale: #777777. Windows color (decimal): -15351806 or 180245. OLE color: 180245.
HSL color Cylindrical-coordinate representation of color #15C002: hue angle of 114º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15C002 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.25 |
| HSL | 114º | 0.98% | 0.38% | - |
| HSV(B) | 114º | 0.99% | 0.75% | - |
| XYZ | 19.17 | 37.86 | 6.36 | - |
| YUV | 119.21 | 61.85 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 2 | 0.89 | 0 | 0.99 | 0.25 | 114 | 0.98 | 0.38 |
| Hex | 15 | C0 | 2 | 59 | 0 | 63 | 19 | 72 | 62 | 26 |
| Octal | 25 | 300 | 2 | 131 | 0 | 143 | 31 | 162 | 142 | 46 |
| Binary | 10101 | 11000000 | 10 | 1011001 | 0 | 1100011 | 11001 | 1110010 | 1100010 | 100110 |
Color Harmonies of #15C002
Complementary color
Monochromatic Colors of #15C002
Black with #15C002
Text Example
Text Example
White with #15C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C002; }
p { color: rgb(21,192,2); }
H1.HeaderClassName
{
color: #15C002;
}
.AnyTagClassName
{
color: #15C002;
}
</style>
background-color css
<style>
a { background-color: #15C002; }
a { background-color: rgb(21,192,2); }
div.DivClassName
{
background-color: #15C002;
}
.BgClassName
{
background-color: #15C002;
}
</style>
border-color css
<style>
span { border-color: #15C002; }
span { border-color: rgb(21,192,2); }
td.TdClassName
{
border-color: #15C002;
}
.TagClassName
{
border-color: #15C002;
}
</style>