Shades of Islamic Green #19BD0D
Tints of Islamic Green #19BD0D
RGB
CMYK
RGB Variations
Color information
#19BD0D (or 0x19BD0D) is known color: Islamic Green. HEX triplet: 19, BD and 0D. RGB value is (25,189,13). Sum of RGB (Red+Green+Blue) = 25+189+13=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BD0D is #E642F2. Grayscale: #787878. Windows color (decimal): -15090419 or 900377. OLE color: 900377.
HSL color Cylindrical-coordinate representation of color #19BD0D: hue angle of 115.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19BD0D is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 13 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.26 |
| HSL | 115.91º | 0.87% | 0.4% | - |
| HSV(B) | 115.91º | 0.93% | 0.74% | - |
| XYZ | 18.67 | 36.63 | 6.47 | - |
| YUV | 119.9 | 67.67 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 13 | 0.87 | 0 | 0.93 | 0.26 | 115.91 | 0.87 | 0.4 |
| Hex | 19 | BD | D | 57 | 0 | 5D | 1A | 74 | 57 | 28 |
| Octal | 31 | 275 | 15 | 127 | 0 | 135 | 32 | 164 | 127 | 50 |
| Binary | 11001 | 10111101 | 1101 | 1010111 | 0 | 1011101 | 11010 | 1110100 | 1010111 | 101000 |
Color Harmonies of #19BD0D
Complementary color
Monochromatic Colors of #19BD0D
Black with #19BD0D
Text Example
Text Example
White with #19BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BD0D; }
p { color: rgb(25,189,13); }
H1.HeaderClassName
{
color: #19BD0D;
}
.AnyTagClassName
{
color: #19BD0D;
}
</style>
background-color css
<style>
a { background-color: #19BD0D; }
a { background-color: rgb(25,189,13); }
div.DivClassName
{
background-color: #19BD0D;
}
.BgClassName
{
background-color: #19BD0D;
}
</style>
border-color css
<style>
span { border-color: #19BD0D; }
span { border-color: rgb(25,189,13); }
td.TdClassName
{
border-color: #19BD0D;
}
.TagClassName
{
border-color: #19BD0D;
}
</style>