Shades of Islamic Green #15950C
Tints of Islamic Green #15950C
RGB
CMYK
RGB Variations
Color information
#15950C (or 0x15950C) is known color: Islamic Green. HEX triplet: 15, 95 and 0C. RGB value is (21,149,12). Sum of RGB (Red+Green+Blue) = 21+149+12=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #15950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #15950C is #EA6AF3. Grayscale: #5F5F5F. Windows color (decimal): -15362804 or 824597. OLE color: 824597.
HSL color Cylindrical-coordinate representation of color #15950C: hue angle of 116.06º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15950C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 12 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.42 |
| HSL | 116.06º | 0.85% | 0.32% | - |
| HSV(B) | 116.06º | 0.92% | 0.58% | - |
| XYZ | 11.12 | 21.68 | 3.95 | - |
| YUV | 95.11 | 81.09 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 12 | 0.86 | 0 | 0.92 | 0.42 | 116.06 | 0.85 | 0.32 |
| Hex | 15 | 95 | C | 56 | 0 | 5C | 2A | 74 | 55 | 20 |
| Octal | 25 | 225 | 14 | 126 | 0 | 134 | 52 | 164 | 125 | 40 |
| Binary | 10101 | 10010101 | 1100 | 1010110 | 0 | 1011100 | 101010 | 1110100 | 1010101 | 100000 |
Color Harmonies of #15950C
Complementary color
Monochromatic Colors of #15950C
Black with #15950C
Text Example
Text Example
White with #15950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15950C; }
p { color: rgb(21,149,12); }
H1.HeaderClassName
{
color: #15950C;
}
.AnyTagClassName
{
color: #15950C;
}
</style>
background-color css
<style>
a { background-color: #15950C; }
a { background-color: rgb(21,149,12); }
div.DivClassName
{
background-color: #15950C;
}
.BgClassName
{
background-color: #15950C;
}
</style>
border-color css
<style>
span { border-color: #15950C; }
span { border-color: rgb(21,149,12); }
td.TdClassName
{
border-color: #15950C;
}
.TagClassName
{
border-color: #15950C;
}
</style>