Shades of Islamic Green #02AE0C
Tints of Islamic Green #02AE0C
RGB
CMYK
RGB Variations
Color information
#02AE0C (or 0x02AE0C) is known color: Islamic Green. HEX triplet: 02, AE and 0C. RGB value is (2,174,12). Sum of RGB (Red+Green+Blue) = 2+174+12=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 174 (68.36% from 255 or 92.55% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AE0C is #FD51F3. Grayscale: #686868. Windows color (decimal): -16601588 or 830978. OLE color: 830978.
HSL color Cylindrical-coordinate representation of color #02AE0C: hue angle of 123.49º 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 #02AE0C is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 174 | 12 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.32 |
| HSL | 123.49º | 0.98% | 0.35% | - |
| HSV(B) | 123.49º | 0.99% | 0.68% | - |
| XYZ | 15.23 | 30.31 | 5.4 | - |
| YUV | 104.1 | 76.02 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 174 | 12 | 0.99 | 0 | 0.93 | 0.32 | 123.49 | 0.98 | 0.35 |
| Hex | 2 | AE | C | 63 | 0 | 5D | 20 | 7B | 62 | 23 |
| Octal | 2 | 256 | 14 | 143 | 0 | 135 | 40 | 173 | 142 | 43 |
| Binary | 10 | 10101110 | 1100 | 1100011 | 0 | 1011101 | 100000 | 1111011 | 1100010 | 100011 |
Color Harmonies of #02AE0C
Complementary color
Monochromatic Colors of #02AE0C
Black with #02AE0C
Text Example
Text Example
White with #02AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AE0C; }
p { color: rgb(2,174,12); }
H1.HeaderClassName
{
color: #02AE0C;
}
.AnyTagClassName
{
color: #02AE0C;
}
</style>
background-color css
<style>
a { background-color: #02AE0C; }
a { background-color: rgb(2,174,12); }
div.DivClassName
{
background-color: #02AE0C;
}
.BgClassName
{
background-color: #02AE0C;
}
</style>
border-color css
<style>
span { border-color: #02AE0C; }
span { border-color: rgb(2,174,12); }
td.TdClassName
{
border-color: #02AE0C;
}
.TagClassName
{
border-color: #02AE0C;
}
</style>