Shades of Islamic Green #0CA515
Tints of Islamic Green #0CA515
RGB
CMYK
RGB Variations
Color information
#0CA515 (or 0x0CA515) is known color: Islamic Green. HEX triplet: 0C, A5 and 15. RGB value is (12,165,21). Sum of RGB (Red+Green+Blue) = 12+165+21=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 165 (64.84% from 255 or 83.33% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA515 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA515 is #F35AEA. Grayscale: #676767. Windows color (decimal): -15948523 or 1418508. OLE color: 1418508.
HSL color Cylindrical-coordinate representation of color #0CA515: hue angle of 123.53º 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 #0CA515 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 165 | 21 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.35 |
| HSL | 123.53º | 0.86% | 0.35% | - |
| HSV(B) | 123.53º | 0.93% | 0.65% | - |
| XYZ | 13.74 | 27.04 | 5.2 | - |
| YUV | 102.84 | 81.81 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 165 | 21 | 0.93 | 0 | 0.87 | 0.35 | 123.53 | 0.86 | 0.35 |
| Hex | C | A5 | 15 | 5D | 0 | 57 | 23 | 7C | 56 | 23 |
| Octal | 14 | 245 | 25 | 135 | 0 | 127 | 43 | 174 | 126 | 43 |
| Binary | 1100 | 10100101 | 10101 | 1011101 | 0 | 1010111 | 100011 | 1111100 | 1010110 | 100011 |
Color Harmonies of #0CA515
Complementary color
Monochromatic Colors of #0CA515
Black with #0CA515
Text Example
Text Example
White with #0CA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA515; }
p { color: rgb(12,165,21); }
H1.HeaderClassName
{
color: #0CA515;
}
.AnyTagClassName
{
color: #0CA515;
}
</style>
background-color css
<style>
a { background-color: #0CA515; }
a { background-color: rgb(12,165,21); }
div.DivClassName
{
background-color: #0CA515;
}
.BgClassName
{
background-color: #0CA515;
}
</style>
border-color css
<style>
span { border-color: #0CA515; }
span { border-color: rgb(12,165,21); }
td.TdClassName
{
border-color: #0CA515;
}
.TagClassName
{
border-color: #0CA515;
}
</style>