Shades of Islamic Green #0FAF00
Tints of Islamic Green #0FAF00
RGB
CMYK
RGB Variations
Color information
#0FAF00 (or 0x0FAF00) is known color: Islamic Green. HEX triplet: 0F, AF and 00. RGB value is (15,175,0). Sum of RGB (Red+Green+Blue) = 15+175+0=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 175 (68.75% from 255 or 92.11% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAF00 is #F050FF. Grayscale: #6B6B6B. Windows color (decimal): -15749376 or 44815. OLE color: 44815.
HSL color Cylindrical-coordinate representation of color #0FAF00: hue angle of 114.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FAF00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.31 |
| HSL | 114.86º | 1% | 0.34% | - |
| HSV(B) | 114.86º | 1% | 0.69% | - |
| XYZ | 15.53 | 30.76 | 5.12 | - |
| YUV | 107.21 | 67.49 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 0 | 0.91 | 0 | 1 | 0.31 | 114.86 | 1 | 0.34 |
| Hex | F | AF | 0 | 5B | 0 | 64 | 1F | 73 | 64 | 22 |
| Octal | 17 | 257 | 0 | 133 | 0 | 144 | 37 | 163 | 144 | 42 |
| Binary | 1111 | 10101111 | 0 | 1011011 | 0 | 1100100 | 11111 | 1110011 | 1100100 | 100010 |
Color Harmonies of #0FAF00
Complementary color
Monochromatic Colors of #0FAF00
Black with #0FAF00
Text Example
Text Example
White with #0FAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF00; }
p { color: rgb(15,175,0); }
H1.HeaderClassName
{
color: #0FAF00;
}
.AnyTagClassName
{
color: #0FAF00;
}
</style>
background-color css
<style>
a { background-color: #0FAF00; }
a { background-color: rgb(15,175,0); }
div.DivClassName
{
background-color: #0FAF00;
}
.BgClassName
{
background-color: #0FAF00;
}
</style>
border-color css
<style>
span { border-color: #0FAF00; }
span { border-color: rgb(15,175,0); }
td.TdClassName
{
border-color: #0FAF00;
}
.TagClassName
{
border-color: #0FAF00;
}
</style>