Shades of Islamic Green #0FAF08
Tints of Islamic Green #0FAF08
RGB
CMYK
RGB Variations
Color information
#0FAF08 (or 0x0FAF08) is known color: Islamic Green. HEX triplet: 0F, AF and 08. RGB value is (15,175,8). Sum of RGB (Red+Green+Blue) = 15+175+8=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 175 (68.75% from 255 or 88.38% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAF08 is #F050F7. Grayscale: #6C6C6C. Windows color (decimal): -15749368 or 569103. OLE color: 569103.
HSL color Cylindrical-coordinate representation of color #0FAF08: hue angle of 117.49º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FAF08 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 8 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.31 |
| HSL | 117.49º | 0.91% | 0.36% | - |
| HSV(B) | 117.49º | 0.95% | 0.69% | - |
| XYZ | 15.57 | 30.78 | 5.35 | - |
| YUV | 108.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 8 | 0.91 | 0 | 0.95 | 0.31 | 117.49 | 0.91 | 0.36 |
| Hex | F | AF | 8 | 5B | 0 | 5F | 1F | 75 | 5B | 24 |
| Octal | 17 | 257 | 10 | 133 | 0 | 137 | 37 | 165 | 133 | 44 |
| Binary | 1111 | 10101111 | 1000 | 1011011 | 0 | 1011111 | 11111 | 1110101 | 1011011 | 100100 |
Color Harmonies of #0FAF08
Complementary color
Monochromatic Colors of #0FAF08
Black with #0FAF08
Text Example
Text Example
White with #0FAF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF08; }
p { color: rgb(15,175,8); }
H1.HeaderClassName
{
color: #0FAF08;
}
.AnyTagClassName
{
color: #0FAF08;
}
</style>
background-color css
<style>
a { background-color: #0FAF08; }
a { background-color: rgb(15,175,8); }
div.DivClassName
{
background-color: #0FAF08;
}
.BgClassName
{
background-color: #0FAF08;
}
</style>
border-color css
<style>
span { border-color: #0FAF08; }
span { border-color: rgb(15,175,8); }
td.TdClassName
{
border-color: #0FAF08;
}
.TagClassName
{
border-color: #0FAF08;
}
</style>