Shades of Islamic Green #05A11B
Tints of Islamic Green #05A11B
RGB
CMYK
RGB Variations
Color information
#05A11B (or 0x05A11B) is known color: Islamic Green. HEX triplet: 05, A1 and 1B. RGB value is (5,161,27). Sum of RGB (Red+Green+Blue) = 5+161+27=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 161 (63.28% from 255 or 83.42% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 161 - color contains mainly: green. Hex color #05A11B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A11B is #FA5EE4. Grayscale: #636363. Windows color (decimal): -16408293 or 1810693. OLE color: 1810693.
HSL color Cylindrical-coordinate representation of color #05A11B: hue angle of 128.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A11B is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 161 | 27 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.37 |
| HSL | 128.46º | 0.94% | 0.33% | - |
| HSV(B) | 128.46º | 0.97% | 0.63% | - |
| XYZ | 13.01 | 25.6 | 5.29 | - |
| YUV | 99.08 | 87.32 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 27 | 0.97 | 0 | 0.83 | 0.37 | 128.46 | 0.94 | 0.33 |
| Hex | 5 | A1 | 1B | 61 | 0 | 53 | 25 | 80 | 5E | 21 |
| Octal | 5 | 241 | 33 | 141 | 0 | 123 | 45 | 200 | 136 | 41 |
| Binary | 101 | 10100001 | 11011 | 1100001 | 0 | 1010011 | 100101 | 10000000 | 1011110 | 100001 |
Color Harmonies of #05A11B
Complementary color
Monochromatic Colors of #05A11B
Black with #05A11B
Text Example
Text Example
White with #05A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A11B; }
p { color: rgb(5,161,27); }
H1.HeaderClassName
{
color: #05A11B;
}
.AnyTagClassName
{
color: #05A11B;
}
</style>
background-color css
<style>
a { background-color: #05A11B; }
a { background-color: rgb(5,161,27); }
div.DivClassName
{
background-color: #05A11B;
}
.BgClassName
{
background-color: #05A11B;
}
</style>
border-color css
<style>
span { border-color: #05A11B; }
span { border-color: rgb(5,161,27); }
td.TdClassName
{
border-color: #05A11B;
}
.TagClassName
{
border-color: #05A11B;
}
</style>