Shades of Islamic Green #0FA90C
Tints of Islamic Green #0FA90C
RGB
CMYK
RGB Variations
Color information
#0FA90C (or 0x0FA90C) is known color: Islamic Green. HEX triplet: 0F, A9 and 0C. RGB value is (15,169,12). Sum of RGB (Red+Green+Blue) = 15+169+12=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 169 (66.41% from 255 or 86.22% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA90C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA90C is #F056F3. Grayscale: #696969. Windows color (decimal): -15750900 or 829711. OLE color: 829711.
HSL color Cylindrical-coordinate representation of color #0FA90C: hue angle of 118.85º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA90C is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 12 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.34 |
| HSL | 118.85º | 0.87% | 0.35% | - |
| HSV(B) | 118.85º | 0.93% | 0.66% | - |
| XYZ | 14.45 | 28.5 | 5.09 | - |
| YUV | 105.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 12 | 0.91 | 0 | 0.93 | 0.34 | 118.85 | 0.87 | 0.35 |
| Hex | F | A9 | C | 5B | 0 | 5D | 22 | 77 | 57 | 23 |
| Octal | 17 | 251 | 14 | 133 | 0 | 135 | 42 | 167 | 127 | 43 |
| Binary | 1111 | 10101001 | 1100 | 1011011 | 0 | 1011101 | 100010 | 1110111 | 1010111 | 100011 |
Color Harmonies of #0FA90C
Complementary color
Monochromatic Colors of #0FA90C
Black with #0FA90C
Text Example
Text Example
White with #0FA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA90C; }
p { color: rgb(15,169,12); }
H1.HeaderClassName
{
color: #0FA90C;
}
.AnyTagClassName
{
color: #0FA90C;
}
</style>
background-color css
<style>
a { background-color: #0FA90C; }
a { background-color: rgb(15,169,12); }
div.DivClassName
{
background-color: #0FA90C;
}
.BgClassName
{
background-color: #0FA90C;
}
</style>
border-color css
<style>
span { border-color: #0FA90C; }
span { border-color: rgb(15,169,12); }
td.TdClassName
{
border-color: #0FA90C;
}
.TagClassName
{
border-color: #0FA90C;
}
</style>