Shades of Islamic Green #0CA910
Tints of Islamic Green #0CA910
RGB
CMYK
RGB Variations
Color information
#0CA910 (or 0x0CA910) is known color: Islamic Green. HEX triplet: 0C, A9 and 10. RGB value is (12,169,16). Sum of RGB (Red+Green+Blue) = 12+169+16=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 169 (66.41% from 255 or 85.79% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA910 is #F356EF. Grayscale: #696969. Windows color (decimal): -15947504 or 1091852. OLE color: 1091852.
HSL color Cylindrical-coordinate representation of color #0CA910: hue angle of 121.53º 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 #0CA910 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 16 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.34 |
| HSL | 121.53º | 0.87% | 0.35% | - |
| HSV(B) | 121.53º | 0.93% | 0.66% | - |
| XYZ | 14.43 | 28.49 | 5.23 | - |
| YUV | 104.62 | 77.99 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 16 | 0.93 | 0 | 0.91 | 0.34 | 121.53 | 0.87 | 0.35 |
| Hex | C | A9 | 10 | 5D | 0 | 5B | 22 | 7A | 57 | 23 |
| Octal | 14 | 251 | 20 | 135 | 0 | 133 | 42 | 172 | 127 | 43 |
| Binary | 1100 | 10101001 | 10000 | 1011101 | 0 | 1011011 | 100010 | 1111010 | 1010111 | 100011 |
Color Harmonies of #0CA910
Complementary color
Monochromatic Colors of #0CA910
Black with #0CA910
Text Example
Text Example
White with #0CA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA910; }
p { color: rgb(12,169,16); }
H1.HeaderClassName
{
color: #0CA910;
}
.AnyTagClassName
{
color: #0CA910;
}
</style>
background-color css
<style>
a { background-color: #0CA910; }
a { background-color: rgb(12,169,16); }
div.DivClassName
{
background-color: #0CA910;
}
.BgClassName
{
background-color: #0CA910;
}
</style>
border-color css
<style>
span { border-color: #0CA910; }
span { border-color: rgb(12,169,16); }
td.TdClassName
{
border-color: #0CA910;
}
.TagClassName
{
border-color: #0CA910;
}
</style>