Shades of Islamic Green #05A807
Tints of Islamic Green #05A807
RGB
CMYK
RGB Variations
Color information
#05A807 (or 0x05A807) is known color: Islamic Green. HEX triplet: 05, A8 and 07. RGB value is (5,168,7). Sum of RGB (Red+Green+Blue) = 5+168+7=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 168 (66.02% from 255 or 93.33% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 168 - color contains mainly: green. Hex color #05A807 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A807 is #FA57F8. Grayscale: #656565. Windows color (decimal): -16406521 or 501765. OLE color: 501765.
HSL color Cylindrical-coordinate representation of color #05A807: hue angle of 120.74º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A807 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 168 | 7 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.34 |
| HSL | 120.74º | 0.94% | 0.34% | - |
| HSV(B) | 120.74º | 0.97% | 0.66% | - |
| XYZ | 14.1 | 28.05 | 4.87 | - |
| YUV | 100.91 | 75 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 7 | 0.97 | 0 | 0.96 | 0.34 | 120.74 | 0.94 | 0.34 |
| Hex | 5 | A8 | 7 | 61 | 0 | 60 | 22 | 79 | 5E | 22 |
| Octal | 5 | 250 | 7 | 141 | 0 | 140 | 42 | 171 | 136 | 42 |
| Binary | 101 | 10101000 | 111 | 1100001 | 0 | 1100000 | 100010 | 1111001 | 1011110 | 100010 |
Color Harmonies of #05A807
Complementary color
Monochromatic Colors of #05A807
Black with #05A807
Text Example
Text Example
White with #05A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A807; }
p { color: rgb(5,168,7); }
H1.HeaderClassName
{
color: #05A807;
}
.AnyTagClassName
{
color: #05A807;
}
</style>
background-color css
<style>
a { background-color: #05A807; }
a { background-color: rgb(5,168,7); }
div.DivClassName
{
background-color: #05A807;
}
.BgClassName
{
background-color: #05A807;
}
</style>
border-color css
<style>
span { border-color: #05A807; }
span { border-color: rgb(5,168,7); }
td.TdClassName
{
border-color: #05A807;
}
.TagClassName
{
border-color: #05A807;
}
</style>