Shades of Islamic Green #0CAE02
Tints of Islamic Green #0CAE02
RGB
CMYK
RGB Variations
Color information
#0CAE02 (or 0x0CAE02) is known color: Islamic Green. HEX triplet: 0C, AE and 02. RGB value is (12,174,2). Sum of RGB (Red+Green+Blue) = 12+174+2=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 174 (68.36% from 255 or 92.55% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAE02 is #F351FD. Grayscale: #6A6A6A. Windows color (decimal): -15946238 or 175628. OLE color: 175628.
HSL color Cylindrical-coordinate representation of color #0CAE02: hue angle of 116.51º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CAE02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.32 |
| HSL | 116.51º | 0.98% | 0.35% | - |
| HSV(B) | 116.51º | 0.99% | 0.68% | - |
| XYZ | 15.3 | 30.35 | 5.11 | - |
| YUV | 105.95 | 69.33 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 2 | 0.93 | 0 | 0.99 | 0.32 | 116.51 | 0.98 | 0.35 |
| Hex | C | AE | 2 | 5D | 0 | 63 | 20 | 75 | 62 | 23 |
| Octal | 14 | 256 | 2 | 135 | 0 | 143 | 40 | 165 | 142 | 43 |
| Binary | 1100 | 10101110 | 10 | 1011101 | 0 | 1100011 | 100000 | 1110101 | 1100010 | 100011 |
Color Harmonies of #0CAE02
Complementary color
Monochromatic Colors of #0CAE02
Black with #0CAE02
Text Example
Text Example
White with #0CAE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE02; }
p { color: rgb(12,174,2); }
H1.HeaderClassName
{
color: #0CAE02;
}
.AnyTagClassName
{
color: #0CAE02;
}
</style>
background-color css
<style>
a { background-color: #0CAE02; }
a { background-color: rgb(12,174,2); }
div.DivClassName
{
background-color: #0CAE02;
}
.BgClassName
{
background-color: #0CAE02;
}
</style>
border-color css
<style>
span { border-color: #0CAE02; }
span { border-color: rgb(12,174,2); }
td.TdClassName
{
border-color: #0CAE02;
}
.TagClassName
{
border-color: #0CAE02;
}
</style>