Shades of Islamic Green #15B50A
Tints of Islamic Green #15B50A
RGB
CMYK
RGB Variations
Color information
#15B50A (or 0x15B50A) is known color: Islamic Green. HEX triplet: 15, B5 and 0A. RGB value is (21,181,10). Sum of RGB (Red+Green+Blue) = 21+181+10=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 181 (71.09% from 255 or 85.38% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 181 - color contains mainly: green. Hex color #15B50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15B50A is #EA4AF5. Grayscale: #727272. Windows color (decimal): -15354614 or 701717. OLE color: 701717.
HSL color Cylindrical-coordinate representation of color #15B50A: hue angle of 116.14º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15B50A is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 181 | 10 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.29 |
| HSL | 116.14º | 0.9% | 0.37% | - |
| HSV(B) | 116.14º | 0.94% | 0.71% | - |
| XYZ | 16.89 | 33.23 | 5.81 | - |
| YUV | 113.67 | 69.49 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 10 | 0.88 | 0 | 0.94 | 0.29 | 116.14 | 0.9 | 0.37 |
| Hex | 15 | B5 | A | 58 | 0 | 5E | 1D | 74 | 5A | 25 |
| Octal | 25 | 265 | 12 | 130 | 0 | 136 | 35 | 164 | 132 | 45 |
| Binary | 10101 | 10110101 | 1010 | 1011000 | 0 | 1011110 | 11101 | 1110100 | 1011010 | 100101 |
Color Harmonies of #15B50A
Complementary color
Monochromatic Colors of #15B50A
Black with #15B50A
Text Example
Text Example
White with #15B50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B50A; }
p { color: rgb(21,181,10); }
H1.HeaderClassName
{
color: #15B50A;
}
.AnyTagClassName
{
color: #15B50A;
}
</style>
background-color css
<style>
a { background-color: #15B50A; }
a { background-color: rgb(21,181,10); }
div.DivClassName
{
background-color: #15B50A;
}
.BgClassName
{
background-color: #15B50A;
}
</style>
border-color css
<style>
span { border-color: #15B50A; }
span { border-color: rgb(21,181,10); }
td.TdClassName
{
border-color: #15B50A;
}
.TagClassName
{
border-color: #15B50A;
}
</style>