Shades of Islamic Green #15C00A
Tints of Islamic Green #15C00A
RGB
CMYK
RGB Variations
Color information
#15C00A (or 0x15C00A) is known color: Islamic Green. HEX triplet: 15, C0 and 0A. RGB value is (21,192,10). Sum of RGB (Red+Green+Blue) = 21+192+10=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 192 (75.39% from 255 or 86.10% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 192 - color contains mainly: green. Hex color #15C00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15C00A is #EA3FF5. Grayscale: #787878. Windows color (decimal): -15351798 or 704533. OLE color: 704533.
HSL color Cylindrical-coordinate representation of color #15C00A: hue angle of 116.37º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15C00A is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 10 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.25 |
| HSL | 116.37º | 0.9% | 0.4% | - |
| HSV(B) | 116.37º | 0.95% | 0.75% | - |
| XYZ | 19.21 | 37.88 | 6.59 | - |
| YUV | 120.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 10 | 0.89 | 0 | 0.95 | 0.25 | 116.37 | 0.9 | 0.4 |
| Hex | 15 | C0 | A | 59 | 0 | 5F | 19 | 74 | 5A | 28 |
| Octal | 25 | 300 | 12 | 131 | 0 | 137 | 31 | 164 | 132 | 50 |
| Binary | 10101 | 11000000 | 1010 | 1011001 | 0 | 1011111 | 11001 | 1110100 | 1011010 | 101000 |
Color Harmonies of #15C00A
Complementary color
Monochromatic Colors of #15C00A
Black with #15C00A
Text Example
Text Example
White with #15C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C00A; }
p { color: rgb(21,192,10); }
H1.HeaderClassName
{
color: #15C00A;
}
.AnyTagClassName
{
color: #15C00A;
}
</style>
background-color css
<style>
a { background-color: #15C00A; }
a { background-color: rgb(21,192,10); }
div.DivClassName
{
background-color: #15C00A;
}
.BgClassName
{
background-color: #15C00A;
}
</style>
border-color css
<style>
span { border-color: #15C00A; }
span { border-color: rgb(21,192,10); }
td.TdClassName
{
border-color: #15C00A;
}
.TagClassName
{
border-color: #15C00A;
}
</style>