Shades of Islamic Green #05AC0C
Tints of Islamic Green #05AC0C
RGB
CMYK
RGB Variations
Color information
#05AC0C (or 0x05AC0C) is known color: Islamic Green. HEX triplet: 05, AC and 0C. RGB value is (5,172,12). Sum of RGB (Red+Green+Blue) = 5+172+12=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 172 (67.58% from 255 or 91.01% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AC0C is #FA53F3. Grayscale: #686868. Windows color (decimal): -16405492 or 830469. OLE color: 830469.
HSL color Cylindrical-coordinate representation of color #05AC0C: hue angle of 122.51º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AC0C is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 172 | 12 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.33 |
| HSL | 122.52º | 0.94% | 0.35% | - |
| HSV(B) | 122.52º | 0.97% | 0.67% | - |
| XYZ | 14.88 | 29.56 | 5.27 | - |
| YUV | 103.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 12 | 0.97 | 0 | 0.93 | 0.33 | 122.52 | 0.94 | 0.35 |
| Hex | 5 | AC | C | 61 | 0 | 5D | 21 | 7B | 5E | 23 |
| Octal | 5 | 254 | 14 | 141 | 0 | 135 | 41 | 173 | 136 | 43 |
| Binary | 101 | 10101100 | 1100 | 1100001 | 0 | 1011101 | 100001 | 1111011 | 1011110 | 100011 |
Color Harmonies of #05AC0C
Complementary color
Monochromatic Colors of #05AC0C
Black with #05AC0C
Text Example
Text Example
White with #05AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AC0C; }
p { color: rgb(5,172,12); }
H1.HeaderClassName
{
color: #05AC0C;
}
.AnyTagClassName
{
color: #05AC0C;
}
</style>
background-color css
<style>
a { background-color: #05AC0C; }
a { background-color: rgb(5,172,12); }
div.DivClassName
{
background-color: #05AC0C;
}
.BgClassName
{
background-color: #05AC0C;
}
</style>
border-color css
<style>
span { border-color: #05AC0C; }
span { border-color: rgb(5,172,12); }
td.TdClassName
{
border-color: #05AC0C;
}
.TagClassName
{
border-color: #05AC0C;
}
</style>