Shades of Islamic Green #1AB30B
Tints of Islamic Green #1AB30B
RGB
CMYK
RGB Variations
Color information
#1AB30B (or 0x1AB30B) is known color: Islamic Green. HEX triplet: 1A, B3 and 0B. RGB value is (26,179,11). Sum of RGB (Red+Green+Blue) = 26+179+11=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 179 (70.31% from 255 or 82.87% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB30B is #E54CF4. Grayscale: #727272. Windows color (decimal): -15027445 or 766746. OLE color: 766746.
HSL color Cylindrical-coordinate representation of color #1AB30B: hue angle of 114.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AB30B is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 11 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.30 |
| HSL | 114.64º | 0.88% | 0.37% | - |
| HSV(B) | 114.64º | 0.94% | 0.7% | - |
| XYZ | 16.61 | 32.48 | 5.71 | - |
| YUV | 114.1 | 69.81 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 11 | 0.85 | 0 | 0.94 | 0.30 | 114.64 | 0.88 | 0.37 |
| Hex | 1A | B3 | B | 55 | 0 | 5E | 1E | 73 | 58 | 25 |
| Octal | 32 | 263 | 13 | 125 | 0 | 136 | 36 | 163 | 130 | 45 |
| Binary | 11010 | 10110011 | 1011 | 1010101 | 0 | 1011110 | 11110 | 1110011 | 1011000 | 100101 |
Color Harmonies of #1AB30B
Complementary color
Monochromatic Colors of #1AB30B
Black with #1AB30B
Text Example
Text Example
White with #1AB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB30B; }
p { color: rgb(26,179,11); }
H1.HeaderClassName
{
color: #1AB30B;
}
.AnyTagClassName
{
color: #1AB30B;
}
</style>
background-color css
<style>
a { background-color: #1AB30B; }
a { background-color: rgb(26,179,11); }
div.DivClassName
{
background-color: #1AB30B;
}
.BgClassName
{
background-color: #1AB30B;
}
</style>
border-color css
<style>
span { border-color: #1AB30B; }
span { border-color: rgb(26,179,11); }
td.TdClassName
{
border-color: #1AB30B;
}
.TagClassName
{
border-color: #1AB30B;
}
</style>