Shades of Islamic Green #009C0B
Tints of Islamic Green #009C0B
RGB
CMYK
RGB Variations
Color information
#009C0B (or 0x009C0B) is known color: Islamic Green. HEX triplet: 00, 9C and 0B. RGB value is (0,156,11). Sum of RGB (Red+Green+Blue) = 0+156+11=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 156 (61.33% from 255 or 93.41% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 156 - color contains mainly: green. Hex color #009C0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C0B is #FF63F4. Grayscale: #5D5D5D. Windows color (decimal): -16737269 or 760832. OLE color: 760832.
HSL color Cylindrical-coordinate representation of color #009C0B: hue angle of 124.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C0B is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 11 | - |
| CMYK | 1 | 0 | 0.93 | 0.39 |
| HSL | 124.23º | 1% | 0.31% | - |
| HSV(B) | 124.23º | 1% | 0.61% | - |
| XYZ | 11.95 | 23.8 | 4.28 | - |
| YUV | 92.83 | 81.82 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 11 | 1 | 0 | 0.93 | 0.39 | 124.23 | 1 | 0.31 |
| Hex | 0 | 9C | B | 64 | 0 | 5D | 27 | 7C | 64 | 1F |
| Octal | 0 | 234 | 13 | 144 | 0 | 135 | 47 | 174 | 144 | 37 |
| Binary | 0 | 10011100 | 1011 | 1100100 | 0 | 1011101 | 100111 | 1111100 | 1100100 | 11111 |
Color Harmonies of #009C0B
Complementary color
Monochromatic Colors of #009C0B
Black with #009C0B
Text Example
Text Example
White with #009C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C0B; }
p { color: rgb(0,156,11); }
H1.HeaderClassName
{
color: #009C0B;
}
.AnyTagClassName
{
color: #009C0B;
}
</style>
background-color css
<style>
a { background-color: #009C0B; }
a { background-color: rgb(0,156,11); }
div.DivClassName
{
background-color: #009C0B;
}
.BgClassName
{
background-color: #009C0B;
}
</style>
border-color css
<style>
span { border-color: #009C0B; }
span { border-color: rgb(0,156,11); }
td.TdClassName
{
border-color: #009C0B;
}
.TagClassName
{
border-color: #009C0B;
}
</style>