Shades of Islamic Green #0CA917
Tints of Islamic Green #0CA917
RGB
CMYK
RGB Variations
Color information
#0CA917 (or 0x0CA917) is known color: Islamic Green. HEX triplet: 0C, A9 and 17. RGB value is (12,169,23). Sum of RGB (Red+Green+Blue) = 12+169+23=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 169 (66.41% from 255 or 82.84% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA917 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA917 is #F356E8. Grayscale: #696969. Windows color (decimal): -15947497 or 1550604. OLE color: 1550604.
HSL color Cylindrical-coordinate representation of color #0CA917: hue angle of 124.2º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA917 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 23 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.34 |
| HSL | 124.2º | 0.87% | 0.35% | - |
| HSV(B) | 124.2º | 0.93% | 0.66% | - |
| XYZ | 14.49 | 28.52 | 5.55 | - |
| YUV | 105.41 | 81.49 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 23 | 0.93 | 0 | 0.86 | 0.34 | 124.2 | 0.87 | 0.35 |
| Hex | C | A9 | 17 | 5D | 0 | 56 | 22 | 7C | 57 | 23 |
| Octal | 14 | 251 | 27 | 135 | 0 | 126 | 42 | 174 | 127 | 43 |
| Binary | 1100 | 10101001 | 10111 | 1011101 | 0 | 1010110 | 100010 | 1111100 | 1010111 | 100011 |
Color Harmonies of #0CA917
Complementary color
Monochromatic Colors of #0CA917
Black with #0CA917
Text Example
Text Example
White with #0CA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA917; }
p { color: rgb(12,169,23); }
H1.HeaderClassName
{
color: #0CA917;
}
.AnyTagClassName
{
color: #0CA917;
}
</style>
background-color css
<style>
a { background-color: #0CA917; }
a { background-color: rgb(12,169,23); }
div.DivClassName
{
background-color: #0CA917;
}
.BgClassName
{
background-color: #0CA917;
}
</style>
border-color css
<style>
span { border-color: #0CA917; }
span { border-color: rgb(12,169,23); }
td.TdClassName
{
border-color: #0CA917;
}
.TagClassName
{
border-color: #0CA917;
}
</style>