Shades of Islamic Green #05AA0B
Tints of Islamic Green #05AA0B
RGB
CMYK
RGB Variations
Color information
#05AA0B (or 0x05AA0B) is known color: Islamic Green. HEX triplet: 05, AA and 0B. RGB value is (5,170,11). Sum of RGB (Red+Green+Blue) = 5+170+11=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 170 (66.80% from 255 or 91.40% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AA0B is #FA55F4. Grayscale: #676767. Windows color (decimal): -16406005 or 764421. OLE color: 764421.
HSL color Cylindrical-coordinate representation of color #05AA0B: hue angle of 122.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA0B is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 11 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.33 |
| HSL | 122.18º | 0.94% | 0.34% | - |
| HSV(B) | 122.18º | 0.97% | 0.67% | - |
| XYZ | 14.5 | 28.81 | 5.11 | - |
| YUV | 102.54 | 76.34 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 11 | 0.97 | 0 | 0.94 | 0.33 | 122.18 | 0.94 | 0.34 |
| Hex | 5 | AA | B | 61 | 0 | 5E | 21 | 7A | 5E | 22 |
| Octal | 5 | 252 | 13 | 141 | 0 | 136 | 41 | 172 | 136 | 42 |
| Binary | 101 | 10101010 | 1011 | 1100001 | 0 | 1011110 | 100001 | 1111010 | 1011110 | 100010 |
Color Harmonies of #05AA0B
Complementary color
Monochromatic Colors of #05AA0B
Black with #05AA0B
Text Example
Text Example
White with #05AA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA0B; }
p { color: rgb(5,170,11); }
H1.HeaderClassName
{
color: #05AA0B;
}
.AnyTagClassName
{
color: #05AA0B;
}
</style>
background-color css
<style>
a { background-color: #05AA0B; }
a { background-color: rgb(5,170,11); }
div.DivClassName
{
background-color: #05AA0B;
}
.BgClassName
{
background-color: #05AA0B;
}
</style>
border-color css
<style>
span { border-color: #05AA0B; }
span { border-color: rgb(5,170,11); }
td.TdClassName
{
border-color: #05AA0B;
}
.TagClassName
{
border-color: #05AA0B;
}
</style>