Shades of Islamic Green #01AA0C
Tints of Islamic Green #01AA0C
RGB
CMYK
RGB Variations
Color information
#01AA0C (or 0x01AA0C) is known color: Islamic Green. HEX triplet: 01, AA and 0C. RGB value is (1,170,12). Sum of RGB (Red+Green+Blue) = 1+170+12=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 170 (66.80% from 255 or 92.90% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AA0C is #FE55F3. Grayscale: #656565. Windows color (decimal): -16668148 or 829953. OLE color: 829953.
HSL color Cylindrical-coordinate representation of color #01AA0C: hue angle of 123.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA0C is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 12 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.33 |
| HSL | 123.91º | 0.99% | 0.34% | - |
| HSV(B) | 123.91º | 0.99% | 0.67% | - |
| XYZ | 14.45 | 28.78 | 5.14 | - |
| YUV | 101.46 | 77.51 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 12 | 0.99 | 0 | 0.93 | 0.33 | 123.91 | 0.99 | 0.34 |
| Hex | 1 | AA | C | 63 | 0 | 5D | 21 | 7C | 63 | 22 |
| Octal | 1 | 252 | 14 | 143 | 0 | 135 | 41 | 174 | 143 | 42 |
| Binary | 1 | 10101010 | 1100 | 1100011 | 0 | 1011101 | 100001 | 1111100 | 1100011 | 100010 |
Color Harmonies of #01AA0C
Complementary color
Monochromatic Colors of #01AA0C
Black with #01AA0C
Text Example
Text Example
White with #01AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA0C; }
p { color: rgb(1,170,12); }
H1.HeaderClassName
{
color: #01AA0C;
}
.AnyTagClassName
{
color: #01AA0C;
}
</style>
background-color css
<style>
a { background-color: #01AA0C; }
a { background-color: rgb(1,170,12); }
div.DivClassName
{
background-color: #01AA0C;
}
.BgClassName
{
background-color: #01AA0C;
}
</style>
border-color css
<style>
span { border-color: #01AA0C; }
span { border-color: rgb(1,170,12); }
td.TdClassName
{
border-color: #01AA0C;
}
.TagClassName
{
border-color: #01AA0C;
}
</style>