Shades of Islamic Green #05AF0A
Tints of Islamic Green #05AF0A
RGB
CMYK
RGB Variations
Color information
#05AF0A (or 0x05AF0A) is known color: Islamic Green. HEX triplet: 05, AF and 0A. RGB value is (5,175,10). Sum of RGB (Red+Green+Blue) = 5+175+10=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 175 (68.75% from 255 or 92.11% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AF0A is #FA50F5. Grayscale: #696969. Windows color (decimal): -16404726 or 700165. OLE color: 700165.
HSL color Cylindrical-coordinate representation of color #05AF0A: hue angle of 121.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AF0A is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 175 | 10 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.31 |
| HSL | 121.76º | 0.94% | 0.35% | - |
| HSV(B) | 121.76º | 0.97% | 0.69% | - |
| XYZ | 15.45 | 30.71 | 5.4 | - |
| YUV | 105.36 | 74.18 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 10 | 0.97 | 0 | 0.94 | 0.31 | 121.76 | 0.94 | 0.35 |
| Hex | 5 | AF | A | 61 | 0 | 5E | 1F | 7A | 5E | 23 |
| Octal | 5 | 257 | 12 | 141 | 0 | 136 | 37 | 172 | 136 | 43 |
| Binary | 101 | 10101111 | 1010 | 1100001 | 0 | 1011110 | 11111 | 1111010 | 1011110 | 100011 |
Color Harmonies of #05AF0A
Complementary color
Monochromatic Colors of #05AF0A
Black with #05AF0A
Text Example
Text Example
White with #05AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AF0A; }
p { color: rgb(5,175,10); }
H1.HeaderClassName
{
color: #05AF0A;
}
.AnyTagClassName
{
color: #05AF0A;
}
</style>
background-color css
<style>
a { background-color: #05AF0A; }
a { background-color: rgb(5,175,10); }
div.DivClassName
{
background-color: #05AF0A;
}
.BgClassName
{
background-color: #05AF0A;
}
</style>
border-color css
<style>
span { border-color: #05AF0A; }
span { border-color: rgb(5,175,10); }
td.TdClassName
{
border-color: #05AF0A;
}
.TagClassName
{
border-color: #05AF0A;
}
</style>