Shades of Islamic Green #19AC0E
Tints of Islamic Green #19AC0E
RGB
CMYK
RGB Variations
Color information
#19AC0E (or 0x19AC0E) is known color: Islamic Green. HEX triplet: 19, AC and 0E. RGB value is (25,172,14). Sum of RGB (Red+Green+Blue) = 25+172+14=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 172 (67.58% from 255 or 81.52% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19AC0E is #E653F1. Grayscale: #6E6E6E. Windows color (decimal): -15094770 or 961561. OLE color: 961561.
HSL color Cylindrical-coordinate representation of color #19AC0E: hue angle of 115.82º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19AC0E is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 172 | 14 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.33 |
| HSL | 115.82º | 0.85% | 0.36% | - |
| HSV(B) | 115.82º | 0.92% | 0.67% | - |
| XYZ | 15.23 | 29.74 | 5.35 | - |
| YUV | 110.04 | 73.8 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 14 | 0.85 | 0 | 0.92 | 0.33 | 115.82 | 0.85 | 0.36 |
| Hex | 19 | AC | E | 55 | 0 | 5C | 21 | 74 | 55 | 24 |
| Octal | 31 | 254 | 16 | 125 | 0 | 134 | 41 | 164 | 125 | 44 |
| Binary | 11001 | 10101100 | 1110 | 1010101 | 0 | 1011100 | 100001 | 1110100 | 1010101 | 100100 |
Color Harmonies of #19AC0E
Complementary color
Monochromatic Colors of #19AC0E
Black with #19AC0E
Text Example
Text Example
White with #19AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AC0E; }
p { color: rgb(25,172,14); }
H1.HeaderClassName
{
color: #19AC0E;
}
.AnyTagClassName
{
color: #19AC0E;
}
</style>
background-color css
<style>
a { background-color: #19AC0E; }
a { background-color: rgb(25,172,14); }
div.DivClassName
{
background-color: #19AC0E;
}
.BgClassName
{
background-color: #19AC0E;
}
</style>
border-color css
<style>
span { border-color: #19AC0E; }
span { border-color: rgb(25,172,14); }
td.TdClassName
{
border-color: #19AC0E;
}
.TagClassName
{
border-color: #19AC0E;
}
</style>