Shades of Islamic Green #159C06
Tints of Islamic Green #159C06
RGB
CMYK
RGB Variations
Color information
#159C06 (or 0x159C06) is known color: Islamic Green. HEX triplet: 15, 9C and 06. RGB value is (21,156,6). Sum of RGB (Red+Green+Blue) = 21+156+6=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 156 (61.33% from 255 or 85.25% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 156 - color contains mainly: green. Hex color #159C06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #159C06 is #EA63F9. Grayscale: #626262. Windows color (decimal): -15361018 or 433173. OLE color: 433173.
HSL color Cylindrical-coordinate representation of color #159C06: hue angle of 114º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #159C06 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 6 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.39 |
| HSL | 114º | 0.93% | 0.32% | - |
| HSV(B) | 114º | 0.96% | 0.61% | - |
| XYZ | 12.23 | 23.95 | 4.15 | - |
| YUV | 98.54 | 75.77 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 6 | 0.87 | 0 | 0.96 | 0.39 | 114 | 0.93 | 0.32 |
| Hex | 15 | 9C | 6 | 57 | 0 | 60 | 27 | 72 | 5D | 20 |
| Octal | 25 | 234 | 6 | 127 | 0 | 140 | 47 | 162 | 135 | 40 |
| Binary | 10101 | 10011100 | 110 | 1010111 | 0 | 1100000 | 100111 | 1110010 | 1011101 | 100000 |
Color Harmonies of #159C06
Complementary color
Monochromatic Colors of #159C06
Black with #159C06
Text Example
Text Example
White with #159C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C06; }
p { color: rgb(21,156,6); }
H1.HeaderClassName
{
color: #159C06;
}
.AnyTagClassName
{
color: #159C06;
}
</style>
background-color css
<style>
a { background-color: #159C06; }
a { background-color: rgb(21,156,6); }
div.DivClassName
{
background-color: #159C06;
}
.BgClassName
{
background-color: #159C06;
}
</style>
border-color css
<style>
span { border-color: #159C06; }
span { border-color: rgb(21,156,6); }
td.TdClassName
{
border-color: #159C06;
}
.TagClassName
{
border-color: #159C06;
}
</style>