Shades of Islamic Green #1ABD0D
Tints of Islamic Green #1ABD0D
RGB
CMYK
RGB Variations
Color information
#1ABD0D (or 0x1ABD0D) is known color: Islamic Green. HEX triplet: 1A, BD and 0D. RGB value is (26,189,13). Sum of RGB (Red+Green+Blue) = 26+189+13=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 189 (74.22% from 255 or 82.89% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABD0D is #E542F2. Grayscale: #787878. Windows color (decimal): -15024883 or 900378. OLE color: 900378.
HSL color Cylindrical-coordinate representation of color #1ABD0D: hue angle of 115.57º 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 #1ABD0D is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 189 | 13 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.26 |
| HSL | 115.57º | 0.87% | 0.4% | - |
| HSV(B) | 115.57º | 0.93% | 0.74% | - |
| XYZ | 18.7 | 36.64 | 6.47 | - |
| YUV | 120.2 | 67.5 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 13 | 0.86 | 0 | 0.93 | 0.26 | 115.57 | 0.87 | 0.4 |
| Hex | 1A | BD | D | 56 | 0 | 5D | 1A | 74 | 57 | 28 |
| Octal | 32 | 275 | 15 | 126 | 0 | 135 | 32 | 164 | 127 | 50 |
| Binary | 11010 | 10111101 | 1101 | 1010110 | 0 | 1011101 | 11010 | 1110100 | 1010111 | 101000 |
Color Harmonies of #1ABD0D
Complementary color
Monochromatic Colors of #1ABD0D
Black with #1ABD0D
Text Example
Text Example
White with #1ABD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABD0D; }
p { color: rgb(26,189,13); }
H1.HeaderClassName
{
color: #1ABD0D;
}
.AnyTagClassName
{
color: #1ABD0D;
}
</style>
background-color css
<style>
a { background-color: #1ABD0D; }
a { background-color: rgb(26,189,13); }
div.DivClassName
{
background-color: #1ABD0D;
}
.BgClassName
{
background-color: #1ABD0D;
}
</style>
border-color css
<style>
span { border-color: #1ABD0D; }
span { border-color: rgb(26,189,13); }
td.TdClassName
{
border-color: #1ABD0D;
}
.TagClassName
{
border-color: #1ABD0D;
}
</style>