Shades of Islamic Green #00AA0C
Tints of Islamic Green #00AA0C
RGB
CMYK
RGB Variations
Color information
#00AA0C (or 0x00AA0C) is known color: Islamic Green. HEX triplet: 00, AA and 0C. RGB value is (0,170,12). Sum of RGB (Red+Green+Blue) = 0+170+12=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 170 (66.80% from 255 or 93.41% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AA0C is #FF55F3. Grayscale: #656565. Windows color (decimal): -16733684 or 829952. OLE color: 829952.
HSL color Cylindrical-coordinate representation of color #00AA0C: hue angle of 124.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA0C is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 12 | - |
| CMYK | 1 | 0 | 0.93 | 0.33 |
| HSL | 124.24º | 1% | 0.33% | - |
| HSV(B) | 124.24º | 1% | 0.67% | - |
| XYZ | 14.44 | 28.78 | 5.14 | - |
| YUV | 101.16 | 77.68 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 12 | 1 | 0 | 0.93 | 0.33 | 124.24 | 1 | 0.33 |
| Hex | 0 | AA | C | 64 | 0 | 5D | 21 | 7C | 64 | 21 |
| Octal | 0 | 252 | 14 | 144 | 0 | 135 | 41 | 174 | 144 | 41 |
| Binary | 0 | 10101010 | 1100 | 1100100 | 0 | 1011101 | 100001 | 1111100 | 1100100 | 100001 |
Color Harmonies of #00AA0C
Complementary color
Monochromatic Colors of #00AA0C
Black with #00AA0C
Text Example
Text Example
White with #00AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA0C; }
p { color: rgb(0,170,12); }
H1.HeaderClassName
{
color: #00AA0C;
}
.AnyTagClassName
{
color: #00AA0C;
}
</style>
background-color css
<style>
a { background-color: #00AA0C; }
a { background-color: rgb(0,170,12); }
div.DivClassName
{
background-color: #00AA0C;
}
.BgClassName
{
background-color: #00AA0C;
}
</style>
border-color css
<style>
span { border-color: #00AA0C; }
span { border-color: rgb(0,170,12); }
td.TdClassName
{
border-color: #00AA0C;
}
.TagClassName
{
border-color: #00AA0C;
}
</style>