Shades of Islamic Green #05940F
Tints of Islamic Green #05940F
RGB
CMYK
RGB Variations
Color information
#05940F (or 0x05940F) is known color: Islamic Green. HEX triplet: 05, 94 and 0F. RGB value is (5,148,15). Sum of RGB (Red+Green+Blue) = 5+148+15=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 148 (58.20% from 255 or 88.10% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 148 - color contains mainly: green. Hex color #05940F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05940F is #FA6BF0. Grayscale: #5A5A5A. Windows color (decimal): -16411633 or 1020933. OLE color: 1020933.
HSL color Cylindrical-coordinate representation of color #05940F: hue angle of 124.2º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05940F is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 15 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.42 |
| HSL | 124.2º | 0.93% | 0.3% | - |
| HSV(B) | 124.2º | 0.97% | 0.58% | - |
| XYZ | 10.74 | 21.25 | 3.99 | - |
| YUV | 90.08 | 85.62 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 15 | 0.97 | 0 | 0.90 | 0.42 | 124.2 | 0.93 | 0.3 |
| Hex | 5 | 94 | F | 61 | 0 | 5A | 2A | 7C | 5D | 1E |
| Octal | 5 | 224 | 17 | 141 | 0 | 132 | 52 | 174 | 135 | 36 |
| Binary | 101 | 10010100 | 1111 | 1100001 | 0 | 1011010 | 101010 | 1111100 | 1011101 | 11110 |
Color Harmonies of #05940F
Complementary color
Monochromatic Colors of #05940F
Black with #05940F
Text Example
Text Example
White with #05940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05940F; }
p { color: rgb(5,148,15); }
H1.HeaderClassName
{
color: #05940F;
}
.AnyTagClassName
{
color: #05940F;
}
</style>
background-color css
<style>
a { background-color: #05940F; }
a { background-color: rgb(5,148,15); }
div.DivClassName
{
background-color: #05940F;
}
.BgClassName
{
background-color: #05940F;
}
</style>
border-color css
<style>
span { border-color: #05940F; }
span { border-color: rgb(5,148,15); }
td.TdClassName
{
border-color: #05940F;
}
.TagClassName
{
border-color: #05940F;
}
</style>