Shades of Islamic Green #0CAA05
Tints of Islamic Green #0CAA05
RGB
CMYK
RGB Variations
Color information
#0CAA05 (or 0x0CAA05) is known color: Islamic Green. HEX triplet: 0C, AA and 05. RGB value is (12,170,5). Sum of RGB (Red+Green+Blue) = 12+170+5=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 170 (66.80% from 255 or 90.91% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAA05 is #F355FA. Grayscale: #686868. Windows color (decimal): -15947259 or 371212. OLE color: 371212.
HSL color Cylindrical-coordinate representation of color #0CAA05: hue angle of 117.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CAA05 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.33 |
| HSL | 117.45º | 0.94% | 0.34% | - |
| HSV(B) | 117.45º | 0.97% | 0.67% | - |
| XYZ | 14.55 | 28.84 | 4.94 | - |
| YUV | 103.95 | 72.15 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 5 | 0.93 | 0 | 0.97 | 0.33 | 117.45 | 0.94 | 0.34 |
| Hex | C | AA | 5 | 5D | 0 | 61 | 21 | 75 | 5E | 22 |
| Octal | 14 | 252 | 5 | 135 | 0 | 141 | 41 | 165 | 136 | 42 |
| Binary | 1100 | 10101010 | 101 | 1011101 | 0 | 1100001 | 100001 | 1110101 | 1011110 | 100010 |
Color Harmonies of #0CAA05
Complementary color
Monochromatic Colors of #0CAA05
Black with #0CAA05
Text Example
Text Example
White with #0CAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA05; }
p { color: rgb(12,170,5); }
H1.HeaderClassName
{
color: #0CAA05;
}
.AnyTagClassName
{
color: #0CAA05;
}
</style>
background-color css
<style>
a { background-color: #0CAA05; }
a { background-color: rgb(12,170,5); }
div.DivClassName
{
background-color: #0CAA05;
}
.BgClassName
{
background-color: #0CAA05;
}
</style>
border-color css
<style>
span { border-color: #0CAA05; }
span { border-color: rgb(12,170,5); }
td.TdClassName
{
border-color: #0CAA05;
}
.TagClassName
{
border-color: #0CAA05;
}
</style>