Shades of Islamic Green #0CA902
Tints of Islamic Green #0CA902
RGB
CMYK
RGB Variations
Color information
#0CA902 (or 0x0CA902) is known color: Islamic Green. HEX triplet: 0C, A9 and 02. RGB value is (12,169,2). Sum of RGB (Red+Green+Blue) = 12+169+2=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 169 (66.41% from 255 or 92.35% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA902 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA902 is #F356FD. Grayscale: #676767. Windows color (decimal): -15947518 or 174348. OLE color: 174348.
HSL color Cylindrical-coordinate representation of color #0CA902: hue angle of 116.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CA902 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.34 |
| HSL | 116.41º | 0.98% | 0.34% | - |
| HSV(B) | 116.41º | 0.99% | 0.66% | - |
| XYZ | 14.35 | 28.46 | 4.79 | - |
| YUV | 103.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 2 | 0.93 | 0 | 0.99 | 0.34 | 116.41 | 0.98 | 0.34 |
| Hex | C | A9 | 2 | 5D | 0 | 63 | 22 | 74 | 62 | 22 |
| Octal | 14 | 251 | 2 | 135 | 0 | 143 | 42 | 164 | 142 | 42 |
| Binary | 1100 | 10101001 | 10 | 1011101 | 0 | 1100011 | 100010 | 1110100 | 1100010 | 100010 |
Color Harmonies of #0CA902
Complementary color
Monochromatic Colors of #0CA902
Black with #0CA902
Text Example
Text Example
White with #0CA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA902; }
p { color: rgb(12,169,2); }
H1.HeaderClassName
{
color: #0CA902;
}
.AnyTagClassName
{
color: #0CA902;
}
</style>
background-color css
<style>
a { background-color: #0CA902; }
a { background-color: rgb(12,169,2); }
div.DivClassName
{
background-color: #0CA902;
}
.BgClassName
{
background-color: #0CA902;
}
</style>
border-color css
<style>
span { border-color: #0CA902; }
span { border-color: rgb(12,169,2); }
td.TdClassName
{
border-color: #0CA902;
}
.TagClassName
{
border-color: #0CA902;
}
</style>