Shades of Islamic Green #009C0F
Tints of Islamic Green #009C0F
RGB
CMYK
RGB Variations
Color information
#009C0F (or 0x009C0F) is known color: Islamic Green. HEX triplet: 00, 9C and 0F. RGB value is (0,156,15). Sum of RGB (Red+Green+Blue) = 0+156+15=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 156 (61.33% from 255 or 91.23% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 156 - color contains mainly: green. Hex color #009C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009C0F is #FF63F0. Grayscale: #5D5D5D. Windows color (decimal): -16737265 or 1022976. OLE color: 1022976.
HSL color Cylindrical-coordinate representation of color #009C0F: hue angle of 125.77º 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 #009C0F is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 15 | - |
| CMYK | 1 | 0 | 0.90 | 0.39 |
| HSL | 125.77º | 1% | 0.31% | - |
| HSV(B) | 125.77º | 1% | 0.61% | - |
| XYZ | 11.97 | 23.81 | 4.42 | - |
| YUV | 93.28 | 83.82 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 15 | 1 | 0 | 0.90 | 0.39 | 125.77 | 1 | 0.31 |
| Hex | 0 | 9C | F | 64 | 0 | 5A | 27 | 7E | 64 | 1F |
| Octal | 0 | 234 | 17 | 144 | 0 | 132 | 47 | 176 | 144 | 37 |
| Binary | 0 | 10011100 | 1111 | 1100100 | 0 | 1011010 | 100111 | 1111110 | 1100100 | 11111 |
Color Harmonies of #009C0F
Complementary color
Monochromatic Colors of #009C0F
Black with #009C0F
Text Example
Text Example
White with #009C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C0F; }
p { color: rgb(0,156,15); }
H1.HeaderClassName
{
color: #009C0F;
}
.AnyTagClassName
{
color: #009C0F;
}
</style>
background-color css
<style>
a { background-color: #009C0F; }
a { background-color: rgb(0,156,15); }
div.DivClassName
{
background-color: #009C0F;
}
.BgClassName
{
background-color: #009C0F;
}
</style>
border-color css
<style>
span { border-color: #009C0F; }
span { border-color: rgb(0,156,15); }
td.TdClassName
{
border-color: #009C0F;
}
.TagClassName
{
border-color: #009C0F;
}
</style>