Shades of Islamic Green #05990F
Tints of Islamic Green #05990F
RGB
CMYK
RGB Variations
Color information
#05990F (or 0x05990F) is known color: Islamic Green. HEX triplet: 05, 99 and 0F. RGB value is (5,153,15). Sum of RGB (Red+Green+Blue) = 5+153+15=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 153 (60.16% from 255 or 88.44% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 153 - color contains mainly: green. Hex color #05990F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05990F is #FA66F0. Grayscale: #5D5D5D. Windows color (decimal): -16410353 or 1022213. OLE color: 1022213.
HSL color Cylindrical-coordinate representation of color #05990F: hue angle of 124.05º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05990F is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 153 | 15 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.4 |
| HSL | 124.05º | 0.94% | 0.31% | - |
| HSV(B) | 124.05º | 0.97% | 0.6% | - |
| XYZ | 11.54 | 22.85 | 4.25 | - |
| YUV | 93.02 | 83.97 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 153 | 15 | 0.97 | 0 | 0.90 | 0.4 | 124.05 | 0.94 | 0.31 |
| Hex | 5 | 99 | F | 61 | 0 | 5A | 28 | 7C | 5E | 1F |
| Octal | 5 | 231 | 17 | 141 | 0 | 132 | 50 | 174 | 136 | 37 |
| Binary | 101 | 10011001 | 1111 | 1100001 | 0 | 1011010 | 101000 | 1111100 | 1011110 | 11111 |
Color Harmonies of #05990F
Complementary color
Monochromatic Colors of #05990F
Black with #05990F
Text Example
Text Example
White with #05990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05990F; }
p { color: rgb(5,153,15); }
H1.HeaderClassName
{
color: #05990F;
}
.AnyTagClassName
{
color: #05990F;
}
</style>
background-color css
<style>
a { background-color: #05990F; }
a { background-color: rgb(5,153,15); }
div.DivClassName
{
background-color: #05990F;
}
.BgClassName
{
background-color: #05990F;
}
</style>
border-color css
<style>
span { border-color: #05990F; }
span { border-color: rgb(5,153,15); }
td.TdClassName
{
border-color: #05990F;
}
.TagClassName
{
border-color: #05990F;
}
</style>