Shades of Islamic Green #0FA90E
Tints of Islamic Green #0FA90E
RGB
CMYK
RGB Variations
Color information
#0FA90E (or 0x0FA90E) is known color: Islamic Green. HEX triplet: 0F, A9 and 0E. RGB value is (15,169,14). Sum of RGB (Red+Green+Blue) = 15+169+14=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 169 (66.41% from 255 or 85.35% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA90E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA90E is #F056F1. Grayscale: #696969. Windows color (decimal): -15750898 or 960783. OLE color: 960783.
HSL color Cylindrical-coordinate representation of color #0FA90E: hue angle of 119.61º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA90E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 14 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.34 |
| HSL | 119.61º | 0.85% | 0.36% | - |
| HSV(B) | 119.61º | 0.92% | 0.66% | - |
| XYZ | 14.46 | 28.51 | 5.16 | - |
| YUV | 105.28 | 76.48 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 14 | 0.91 | 0 | 0.92 | 0.34 | 119.61 | 0.85 | 0.36 |
| Hex | F | A9 | E | 5B | 0 | 5C | 22 | 78 | 55 | 24 |
| Octal | 17 | 251 | 16 | 133 | 0 | 134 | 42 | 170 | 125 | 44 |
| Binary | 1111 | 10101001 | 1110 | 1011011 | 0 | 1011100 | 100010 | 1111000 | 1010101 | 100100 |
Color Harmonies of #0FA90E
Complementary color
Monochromatic Colors of #0FA90E
Black with #0FA90E
Text Example
Text Example
White with #0FA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA90E; }
p { color: rgb(15,169,14); }
H1.HeaderClassName
{
color: #0FA90E;
}
.AnyTagClassName
{
color: #0FA90E;
}
</style>
background-color css
<style>
a { background-color: #0FA90E; }
a { background-color: rgb(15,169,14); }
div.DivClassName
{
background-color: #0FA90E;
}
.BgClassName
{
background-color: #0FA90E;
}
</style>
border-color css
<style>
span { border-color: #0FA90E; }
span { border-color: rgb(15,169,14); }
td.TdClassName
{
border-color: #0FA90E;
}
.TagClassName
{
border-color: #0FA90E;
}
</style>