Shades of Islamic Green #0CA510
Tints of Islamic Green #0CA510
RGB
CMYK
RGB Variations
Color information
#0CA510 (or 0x0CA510) is known color: Islamic Green. HEX triplet: 0C, A5 and 10. RGB value is (12,165,16). Sum of RGB (Red+Green+Blue) = 12+165+16=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 165 (64.84% from 255 or 85.49% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA510 is #F35AEF. Grayscale: #666666. Windows color (decimal): -15948528 or 1090828. OLE color: 1090828.
HSL color Cylindrical-coordinate representation of color #0CA510: hue angle of 121.57º degrees, saturation: 0.86, 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 #0CA510 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 165 | 16 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.35 |
| HSL | 121.57º | 0.86% | 0.35% | - |
| HSV(B) | 121.57º | 0.93% | 0.65% | - |
| XYZ | 13.7 | 27.03 | 4.98 | - |
| YUV | 102.27 | 79.31 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 16 | 0.93 | 0 | 0.90 | 0.35 | 121.57 | 0.86 | 0.35 |
| Hex | C | A5 | 10 | 5D | 0 | 5A | 23 | 7A | 56 | 23 |
| Octal | 14 | 245 | 20 | 135 | 0 | 132 | 43 | 172 | 126 | 43 |
| Binary | 1100 | 10100101 | 10000 | 1011101 | 0 | 1011010 | 100011 | 1111010 | 1010110 | 100011 |
Color Harmonies of #0CA510
Complementary color
Monochromatic Colors of #0CA510
Black with #0CA510
Text Example
Text Example
White with #0CA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA510; }
p { color: rgb(12,165,16); }
H1.HeaderClassName
{
color: #0CA510;
}
.AnyTagClassName
{
color: #0CA510;
}
</style>
background-color css
<style>
a { background-color: #0CA510; }
a { background-color: rgb(12,165,16); }
div.DivClassName
{
background-color: #0CA510;
}
.BgClassName
{
background-color: #0CA510;
}
</style>
border-color css
<style>
span { border-color: #0CA510; }
span { border-color: rgb(12,165,16); }
td.TdClassName
{
border-color: #0CA510;
}
.TagClassName
{
border-color: #0CA510;
}
</style>