Shades of Islamic Green #0FC60D
Tints of Islamic Green #0FC60D
RGB
CMYK
RGB Variations
Color information
#0FC60D (or 0x0FC60D) is known color: Islamic Green. HEX triplet: 0F, C6 and 0D. RGB value is (15,198,13). Sum of RGB (Red+Green+Blue) = 15+198+13=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 198 (77.73% from 255 or 87.61% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC60D is #F039F2. Grayscale: #7A7A7A. Windows color (decimal): -15743475 or 902671. OLE color: 902671.
HSL color Cylindrical-coordinate representation of color #0FC60D: hue angle of 119.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC60D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 13 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.22 |
| HSL | 119.35º | 0.88% | 0.41% | - |
| HSV(B) | 119.35º | 0.93% | 0.78% | - |
| XYZ | 20.46 | 40.52 | 7.12 | - |
| YUV | 122.19 | 66.37 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 13 | 0.92 | 0 | 0.93 | 0.22 | 119.35 | 0.88 | 0.41 |
| Hex | F | C6 | D | 5C | 0 | 5D | 16 | 77 | 58 | 29 |
| Octal | 17 | 306 | 15 | 134 | 0 | 135 | 26 | 167 | 130 | 51 |
| Binary | 1111 | 11000110 | 1101 | 1011100 | 0 | 1011101 | 10110 | 1110111 | 1011000 | 101001 |
Color Harmonies of #0FC60D
Complementary color
Monochromatic Colors of #0FC60D
Black with #0FC60D
Text Example
Text Example
White with #0FC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC60D; }
p { color: rgb(15,198,13); }
H1.HeaderClassName
{
color: #0FC60D;
}
.AnyTagClassName
{
color: #0FC60D;
}
</style>
background-color css
<style>
a { background-color: #0FC60D; }
a { background-color: rgb(15,198,13); }
div.DivClassName
{
background-color: #0FC60D;
}
.BgClassName
{
background-color: #0FC60D;
}
</style>
border-color css
<style>
span { border-color: #0FC60D; }
span { border-color: rgb(15,198,13); }
td.TdClassName
{
border-color: #0FC60D;
}
.TagClassName
{
border-color: #0FC60D;
}
</style>