Shades of Islamic Green #1AB30D
Tints of Islamic Green #1AB30D
RGB
CMYK
RGB Variations
Color information
#1AB30D (or 0x1AB30D) is known color: Islamic Green. HEX triplet: 1A, B3 and 0D. RGB value is (26,179,13). Sum of RGB (Red+Green+Blue) = 26+179+13=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 179 (70.31% from 255 or 82.11% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB30D is #E54CF2. Grayscale: #727272. Windows color (decimal): -15027443 or 897818. OLE color: 897818.
HSL color Cylindrical-coordinate representation of color #1AB30D: hue angle of 115.3º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AB30D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 13 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.30 |
| HSL | 115.3º | 0.86% | 0.38% | - |
| HSV(B) | 115.3º | 0.93% | 0.7% | - |
| XYZ | 16.62 | 32.49 | 5.78 | - |
| YUV | 114.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 13 | 0.85 | 0 | 0.93 | 0.30 | 115.3 | 0.86 | 0.38 |
| Hex | 1A | B3 | D | 55 | 0 | 5D | 1E | 73 | 56 | 26 |
| Octal | 32 | 263 | 15 | 125 | 0 | 135 | 36 | 163 | 126 | 46 |
| Binary | 11010 | 10110011 | 1101 | 1010101 | 0 | 1011101 | 11110 | 1110011 | 1010110 | 100110 |
Color Harmonies of #1AB30D
Complementary color
Monochromatic Colors of #1AB30D
Black with #1AB30D
Text Example
Text Example
White with #1AB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB30D; }
p { color: rgb(26,179,13); }
H1.HeaderClassName
{
color: #1AB30D;
}
.AnyTagClassName
{
color: #1AB30D;
}
</style>
background-color css
<style>
a { background-color: #1AB30D; }
a { background-color: rgb(26,179,13); }
div.DivClassName
{
background-color: #1AB30D;
}
.BgClassName
{
background-color: #1AB30D;
}
</style>
border-color css
<style>
span { border-color: #1AB30D; }
span { border-color: rgb(26,179,13); }
td.TdClassName
{
border-color: #1AB30D;
}
.TagClassName
{
border-color: #1AB30D;
}
</style>