Shades of Islamic Green #05BA15
Tints of Islamic Green #05BA15
RGB
CMYK
RGB Variations
Color information
#05BA15 (or 0x05BA15) is known color: Islamic Green. HEX triplet: 05, BA and 15. RGB value is (5,186,21). Sum of RGB (Red+Green+Blue) = 5+186+21=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BA15 is #FA45EA. Grayscale: #717171. Windows color (decimal): -16401899 or 1423877. OLE color: 1423877.
HSL color Cylindrical-coordinate representation of color #05BA15: hue angle of 125.3º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA15 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 21 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.27 |
| HSL | 125.3º | 0.95% | 0.37% | - |
| HSV(B) | 125.3º | 0.97% | 0.73% | - |
| XYZ | 17.76 | 35.2 | 6.57 | - |
| YUV | 113.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 21 | 0.97 | 0 | 0.89 | 0.27 | 125.3 | 0.95 | 0.37 |
| Hex | 5 | BA | 15 | 61 | 0 | 59 | 1B | 7D | 5F | 25 |
| Octal | 5 | 272 | 25 | 141 | 0 | 131 | 33 | 175 | 137 | 45 |
| Binary | 101 | 10111010 | 10101 | 1100001 | 0 | 1011001 | 11011 | 1111101 | 1011111 | 100101 |
Color Harmonies of #05BA15
Complementary color
Monochromatic Colors of #05BA15
Black with #05BA15
Text Example
Text Example
White with #05BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA15; }
p { color: rgb(5,186,21); }
H1.HeaderClassName
{
color: #05BA15;
}
.AnyTagClassName
{
color: #05BA15;
}
</style>
background-color css
<style>
a { background-color: #05BA15; }
a { background-color: rgb(5,186,21); }
div.DivClassName
{
background-color: #05BA15;
}
.BgClassName
{
background-color: #05BA15;
}
</style>
border-color css
<style>
span { border-color: #05BA15; }
span { border-color: rgb(5,186,21); }
td.TdClassName
{
border-color: #05BA15;
}
.TagClassName
{
border-color: #05BA15;
}
</style>