Shades of Islamic Green #0FC510
Tints of Islamic Green #0FC510
RGB
CMYK
RGB Variations
Color information
#0FC510 (or 0x0FC510) is known color: Islamic Green. HEX triplet: 0F, C5 and 10. RGB value is (15,197,16). Sum of RGB (Red+Green+Blue) = 15+197+16=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 197 (77.34% from 255 or 86.40% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC510 is #F03AEF. Grayscale: #7A7A7A. Windows color (decimal): -15743728 or 1099023. OLE color: 1099023.
HSL color Cylindrical-coordinate representation of color #0FC510: hue angle of 120.33º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC510 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 16 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.23 |
| HSL | 120.33º | 0.86% | 0.42% | - |
| HSV(B) | 120.33º | 0.92% | 0.77% | - |
| XYZ | 20.26 | 40.07 | 7.16 | - |
| YUV | 121.95 | 68.2 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 16 | 0.92 | 0 | 0.92 | 0.23 | 120.33 | 0.86 | 0.42 |
| Hex | F | C5 | 10 | 5C | 0 | 5C | 17 | 78 | 56 | 2A |
| Octal | 17 | 305 | 20 | 134 | 0 | 134 | 27 | 170 | 126 | 52 |
| Binary | 1111 | 11000101 | 10000 | 1011100 | 0 | 1011100 | 10111 | 1111000 | 1010110 | 101010 |
Color Harmonies of #0FC510
Complementary color
Monochromatic Colors of #0FC510
Black with #0FC510
Text Example
Text Example
White with #0FC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC510; }
p { color: rgb(15,197,16); }
H1.HeaderClassName
{
color: #0FC510;
}
.AnyTagClassName
{
color: #0FC510;
}
</style>
background-color css
<style>
a { background-color: #0FC510; }
a { background-color: rgb(15,197,16); }
div.DivClassName
{
background-color: #0FC510;
}
.BgClassName
{
background-color: #0FC510;
}
</style>
border-color css
<style>
span { border-color: #0FC510; }
span { border-color: rgb(15,197,16); }
td.TdClassName
{
border-color: #0FC510;
}
.TagClassName
{
border-color: #0FC510;
}
</style>