Shades of Islamic Green #00950C
Tints of Islamic Green #00950C
RGB
CMYK
RGB Variations
Color information
#00950C (or 0x00950C) is known color: Islamic Green. HEX triplet: 00, 95 and 0C. RGB value is (0,149,12). Sum of RGB (Red+Green+Blue) = 0+149+12=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 149 (58.59% from 255 or 92.55% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 149 - color contains mainly: green. Hex color #00950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00950C is #FF6AF3. Grayscale: #595959. Windows color (decimal): -16739060 or 824576. OLE color: 824576.
HSL color Cylindrical-coordinate representation of color #00950C: hue angle of 124.83º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00950C is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 12 | - |
| CMYK | 1 | 0 | 0.92 | 0.42 |
| HSL | 124.83º | 1% | 0.29% | - |
| HSV(B) | 124.83º | 1% | 0.58% | - |
| XYZ | 10.81 | 21.52 | 3.93 | - |
| YUV | 88.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 12 | 1 | 0 | 0.92 | 0.42 | 124.83 | 1 | 0.29 |
| Hex | 0 | 95 | C | 64 | 0 | 5C | 2A | 7D | 64 | 1D |
| Octal | 0 | 225 | 14 | 144 | 0 | 134 | 52 | 175 | 144 | 35 |
| Binary | 0 | 10010101 | 1100 | 1100100 | 0 | 1011100 | 101010 | 1111101 | 1100100 | 11101 |
Color Harmonies of #00950C
Complementary color
Monochromatic Colors of #00950C
Black with #00950C
Text Example
Text Example
White with #00950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00950C; }
p { color: rgb(0,149,12); }
H1.HeaderClassName
{
color: #00950C;
}
.AnyTagClassName
{
color: #00950C;
}
</style>
background-color css
<style>
a { background-color: #00950C; }
a { background-color: rgb(0,149,12); }
div.DivClassName
{
background-color: #00950C;
}
.BgClassName
{
background-color: #00950C;
}
</style>
border-color css
<style>
span { border-color: #00950C; }
span { border-color: rgb(0,149,12); }
td.TdClassName
{
border-color: #00950C;
}
.TagClassName
{
border-color: #00950C;
}
</style>