Shades of Islamic Green #159C01
Tints of Islamic Green #159C01
RGB
CMYK
RGB Variations
Color information
#159C01 (or 0x159C01) is known color: Islamic Green. HEX triplet: 15, 9C and 01. RGB value is (21,156,1). Sum of RGB (Red+Green+Blue) = 21+156+1=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 156 (61.33% from 255 or 87.64% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 156 - color contains mainly: green. Hex color #159C01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #159C01 is #EA63FE. Grayscale: #626262. Windows color (decimal): -15361023 or 105493. OLE color: 105493.
HSL color Cylindrical-coordinate representation of color #159C01: hue angle of 112.26º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #159C01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.39 |
| HSL | 112.26º | 0.99% | 0.31% | - |
| HSV(B) | 112.26º | 0.99% | 0.61% | - |
| XYZ | 12.2 | 23.94 | 4.01 | - |
| YUV | 97.97 | 73.27 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 1 | 0.87 | 0 | 0.99 | 0.39 | 112.26 | 0.99 | 0.31 |
| Hex | 15 | 9C | 1 | 57 | 0 | 63 | 27 | 70 | 63 | 1F |
| Octal | 25 | 234 | 1 | 127 | 0 | 143 | 47 | 160 | 143 | 37 |
| Binary | 10101 | 10011100 | 1 | 1010111 | 0 | 1100011 | 100111 | 1110000 | 1100011 | 11111 |
Color Harmonies of #159C01
Complementary color
Monochromatic Colors of #159C01
Black with #159C01
Text Example
Text Example
White with #159C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C01; }
p { color: rgb(21,156,1); }
H1.HeaderClassName
{
color: #159C01;
}
.AnyTagClassName
{
color: #159C01;
}
</style>
background-color css
<style>
a { background-color: #159C01; }
a { background-color: rgb(21,156,1); }
div.DivClassName
{
background-color: #159C01;
}
.BgClassName
{
background-color: #159C01;
}
</style>
border-color css
<style>
span { border-color: #159C01; }
span { border-color: rgb(21,156,1); }
td.TdClassName
{
border-color: #159C01;
}
.TagClassName
{
border-color: #159C01;
}
</style>