Shades of Islamic Green #15940C
Tints of Islamic Green #15940C
RGB
CMYK
RGB Variations
Color information
#15940C (or 0x15940C) is known color: Islamic Green. HEX triplet: 15, 94 and 0C. RGB value is (21,148,12). Sum of RGB (Red+Green+Blue) = 21+148+12=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 148 (58.20% from 255 or 81.77% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 148 - color contains mainly: green. Hex color #15940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #15940C is #EA6BF3. Grayscale: #5E5E5E. Windows color (decimal): -15363060 or 824341. OLE color: 824341.
HSL color Cylindrical-coordinate representation of color #15940C: hue angle of 116.03º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15940C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 148 | 12 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.42 |
| HSL | 116.03º | 0.85% | 0.31% | - |
| HSV(B) | 116.03º | 0.92% | 0.58% | - |
| XYZ | 10.97 | 21.37 | 3.89 | - |
| YUV | 94.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 12 | 0.86 | 0 | 0.92 | 0.42 | 116.03 | 0.85 | 0.31 |
| Hex | 15 | 94 | C | 56 | 0 | 5C | 2A | 74 | 55 | 1F |
| Octal | 25 | 224 | 14 | 126 | 0 | 134 | 52 | 164 | 125 | 37 |
| Binary | 10101 | 10010100 | 1100 | 1010110 | 0 | 1011100 | 101010 | 1110100 | 1010101 | 11111 |
Color Harmonies of #15940C
Complementary color
Monochromatic Colors of #15940C
Black with #15940C
Text Example
Text Example
White with #15940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15940C; }
p { color: rgb(21,148,12); }
H1.HeaderClassName
{
color: #15940C;
}
.AnyTagClassName
{
color: #15940C;
}
</style>
background-color css
<style>
a { background-color: #15940C; }
a { background-color: rgb(21,148,12); }
div.DivClassName
{
background-color: #15940C;
}
.BgClassName
{
background-color: #15940C;
}
</style>
border-color css
<style>
span { border-color: #15940C; }
span { border-color: rgb(21,148,12); }
td.TdClassName
{
border-color: #15940C;
}
.TagClassName
{
border-color: #15940C;
}
</style>