Shades of Islamic Green #0FA910
Tints of Islamic Green #0FA910
RGB
CMYK
RGB Variations
Color information
#0FA910 (or 0x0FA910) is known color: Islamic Green. HEX triplet: 0F, A9 and 10. RGB value is (15,169,16). Sum of RGB (Red+Green+Blue) = 15+169+16=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 169 (66.41% from 255 or 84.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA910 is #F056EF. Grayscale: #696969. Windows color (decimal): -15750896 or 1091855. OLE color: 1091855.
HSL color Cylindrical-coordinate representation of color #0FA910: hue angle of 120.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA910 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 16 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.34 |
| HSL | 120.39º | 0.84% | 0.36% | - |
| HSV(B) | 120.39º | 0.91% | 0.66% | - |
| XYZ | 14.48 | 28.51 | 5.23 | - |
| YUV | 105.51 | 77.48 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 16 | 0.91 | 0 | 0.91 | 0.34 | 120.39 | 0.84 | 0.36 |
| Hex | F | A9 | 10 | 5B | 0 | 5B | 22 | 78 | 54 | 24 |
| Octal | 17 | 251 | 20 | 133 | 0 | 133 | 42 | 170 | 124 | 44 |
| Binary | 1111 | 10101001 | 10000 | 1011011 | 0 | 1011011 | 100010 | 1111000 | 1010100 | 100100 |
Color Harmonies of #0FA910
Complementary color
Monochromatic Colors of #0FA910
Black with #0FA910
Text Example
Text Example
White with #0FA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA910; }
p { color: rgb(15,169,16); }
H1.HeaderClassName
{
color: #0FA910;
}
.AnyTagClassName
{
color: #0FA910;
}
</style>
background-color css
<style>
a { background-color: #0FA910; }
a { background-color: rgb(15,169,16); }
div.DivClassName
{
background-color: #0FA910;
}
.BgClassName
{
background-color: #0FA910;
}
</style>
border-color css
<style>
span { border-color: #0FA910; }
span { border-color: rgb(15,169,16); }
td.TdClassName
{
border-color: #0FA910;
}
.TagClassName
{
border-color: #0FA910;
}
</style>