Shades of Islamic Green #15C502
Tints of Islamic Green #15C502
RGB
CMYK
RGB Variations
Color information
#15C502 (or 0x15C502) is known color: Islamic Green. HEX triplet: 15, C5 and 02. RGB value is (21,197,2). Sum of RGB (Red+Green+Blue) = 21+197+2=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 197 (77.34% from 255 or 89.55% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 197 - color contains mainly: green. Hex color #15C502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15C502 is #EA3AFD. Grayscale: #7A7A7A. Windows color (decimal): -15350526 or 181525. OLE color: 181525.
HSL color Cylindrical-coordinate representation of color #15C502: hue angle of 114.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15C502 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 197 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.23 |
| HSL | 114.15º | 0.98% | 0.39% | - |
| HSV(B) | 114.15º | 0.99% | 0.77% | - |
| XYZ | 20.29 | 40.1 | 6.73 | - |
| YUV | 122.15 | 60.19 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 197 | 2 | 0.89 | 0 | 0.99 | 0.23 | 114.15 | 0.98 | 0.39 |
| Hex | 15 | C5 | 2 | 59 | 0 | 63 | 17 | 72 | 62 | 27 |
| Octal | 25 | 305 | 2 | 131 | 0 | 143 | 27 | 162 | 142 | 47 |
| Binary | 10101 | 11000101 | 10 | 1011001 | 0 | 1100011 | 10111 | 1110010 | 1100010 | 100111 |
Color Harmonies of #15C502
Complementary color
Monochromatic Colors of #15C502
Black with #15C502
Text Example
Text Example
White with #15C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C502; }
p { color: rgb(21,197,2); }
H1.HeaderClassName
{
color: #15C502;
}
.AnyTagClassName
{
color: #15C502;
}
</style>
background-color css
<style>
a { background-color: #15C502; }
a { background-color: rgb(21,197,2); }
div.DivClassName
{
background-color: #15C502;
}
.BgClassName
{
background-color: #15C502;
}
</style>
border-color css
<style>
span { border-color: #15C502; }
span { border-color: rgb(21,197,2); }
td.TdClassName
{
border-color: #15C502;
}
.TagClassName
{
border-color: #15C502;
}
</style>