Shades of Islamic Green #0FC60F
Tints of Islamic Green #0FC60F
RGB
CMYK
RGB Variations
Color information
#0FC60F (or 0x0FC60F) is known color: Islamic Green. HEX triplet: 0F, C6 and 0F. RGB value is (15,198,15). Sum of RGB (Red+Green+Blue) = 15+198+15=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC60F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC60F is #F039F0. Grayscale: #7A7A7A. Windows color (decimal): -15743473 or 1033743. OLE color: 1033743.
HSL color Cylindrical-coordinate representation of color #0FC60F: hue angle of 120º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC60F is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 15 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.22 |
| HSL | 120º | 0.86% | 0.42% | - |
| HSV(B) | 120º | 0.92% | 0.78% | - |
| XYZ | 20.48 | 40.52 | 7.19 | - |
| YUV | 122.42 | 67.37 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 15 | 0.92 | 0 | 0.92 | 0.22 | 120 | 0.86 | 0.42 |
| Hex | F | C6 | F | 5C | 0 | 5C | 16 | 78 | 56 | 2A |
| Octal | 17 | 306 | 17 | 134 | 0 | 134 | 26 | 170 | 126 | 52 |
| Binary | 1111 | 11000110 | 1111 | 1011100 | 0 | 1011100 | 10110 | 1111000 | 1010110 | 101010 |
Color Harmonies of #0FC60F
Complementary color
Monochromatic Colors of #0FC60F
Black with #0FC60F
Text Example
Text Example
White with #0FC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC60F; }
p { color: rgb(15,198,15); }
H1.HeaderClassName
{
color: #0FC60F;
}
.AnyTagClassName
{
color: #0FC60F;
}
</style>
background-color css
<style>
a { background-color: #0FC60F; }
a { background-color: rgb(15,198,15); }
div.DivClassName
{
background-color: #0FC60F;
}
.BgClassName
{
background-color: #0FC60F;
}
</style>
border-color css
<style>
span { border-color: #0FC60F; }
span { border-color: rgb(15,198,15); }
td.TdClassName
{
border-color: #0FC60F;
}
.TagClassName
{
border-color: #0FC60F;
}
</style>