Shades of Islamic Green #0FA600
Tints of Islamic Green #0FA600
RGB
CMYK
RGB Variations
Color information
#0FA600 (or 0x0FA600) is known color: Islamic Green. HEX triplet: 0F, A6 and 00. RGB value is (15,166,0). Sum of RGB (Red+Green+Blue) = 15+166+0=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 166 (65.23% from 255 or 91.71% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA600 is #F059FF. Grayscale: #666666. Windows color (decimal): -15751680 or 42511. OLE color: 42511.
HSL color Cylindrical-coordinate representation of color #0FA600: hue angle of 114.58º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FA600 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.35 |
| HSL | 114.58º | 1% | 0.33% | - |
| HSV(B) | 114.58º | 1% | 0.65% | - |
| XYZ | 13.83 | 27.37 | 4.55 | - |
| YUV | 101.93 | 70.47 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 0 | 0.91 | 0 | 1 | 0.35 | 114.58 | 1 | 0.33 |
| Hex | F | A6 | 0 | 5B | 0 | 64 | 23 | 73 | 64 | 21 |
| Octal | 17 | 246 | 0 | 133 | 0 | 144 | 43 | 163 | 144 | 41 |
| Binary | 1111 | 10100110 | 0 | 1011011 | 0 | 1100100 | 100011 | 1110011 | 1100100 | 100001 |
Color Harmonies of #0FA600
Complementary color
Monochromatic Colors of #0FA600
Black with #0FA600
Text Example
Text Example
White with #0FA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA600; }
p { color: rgb(15,166,0); }
H1.HeaderClassName
{
color: #0FA600;
}
.AnyTagClassName
{
color: #0FA600;
}
</style>
background-color css
<style>
a { background-color: #0FA600; }
a { background-color: rgb(15,166,0); }
div.DivClassName
{
background-color: #0FA600;
}
.BgClassName
{
background-color: #0FA600;
}
</style>
border-color css
<style>
span { border-color: #0FA600; }
span { border-color: rgb(15,166,0); }
td.TdClassName
{
border-color: #0FA600;
}
.TagClassName
{
border-color: #0FA600;
}
</style>