Shades of Islamic Green #0CA60F
Tints of Islamic Green #0CA60F
RGB
CMYK
RGB Variations
Color information
#0CA60F (or 0x0CA60F) is known color: Islamic Green. HEX triplet: 0C, A6 and 0F. RGB value is (12,166,15). Sum of RGB (Red+Green+Blue) = 12+166+15=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 166 (65.23% from 255 or 86.01% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA60F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA60F is #F359F0. Grayscale: #676767. Windows color (decimal): -15948273 or 1025548. OLE color: 1025548.
HSL color Cylindrical-coordinate representation of color #0CA60F: hue angle of 121.17º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA60F is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 166 | 15 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.35 |
| HSL | 121.17º | 0.87% | 0.35% | - |
| HSV(B) | 121.17º | 0.93% | 0.65% | - |
| XYZ | 13.87 | 27.39 | 5.01 | - |
| YUV | 102.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 166 | 15 | 0.93 | 0 | 0.91 | 0.35 | 121.17 | 0.87 | 0.35 |
| Hex | C | A6 | F | 5D | 0 | 5B | 23 | 79 | 57 | 23 |
| Octal | 14 | 246 | 17 | 135 | 0 | 133 | 43 | 171 | 127 | 43 |
| Binary | 1100 | 10100110 | 1111 | 1011101 | 0 | 1011011 | 100011 | 1111001 | 1010111 | 100011 |
Color Harmonies of #0CA60F
Complementary color
Monochromatic Colors of #0CA60F
Black with #0CA60F
Text Example
Text Example
White with #0CA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA60F; }
p { color: rgb(12,166,15); }
H1.HeaderClassName
{
color: #0CA60F;
}
.AnyTagClassName
{
color: #0CA60F;
}
</style>
background-color css
<style>
a { background-color: #0CA60F; }
a { background-color: rgb(12,166,15); }
div.DivClassName
{
background-color: #0CA60F;
}
.BgClassName
{
background-color: #0CA60F;
}
</style>
border-color css
<style>
span { border-color: #0CA60F; }
span { border-color: rgb(12,166,15); }
td.TdClassName
{
border-color: #0CA60F;
}
.TagClassName
{
border-color: #0CA60F;
}
</style>