Shades of Islamic Green #1AB312
Tints of Islamic Green #1AB312
RGB
CMYK
RGB Variations
Color information
#1AB312 (or 0x1AB312) is known color: Islamic Green. HEX triplet: 1A, B3 and 12. RGB value is (26,179,18). Sum of RGB (Red+Green+Blue) = 26+179+18=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 179 (70.31% from 255 or 80.27% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB312 is #E54CED. Grayscale: #737373. Windows color (decimal): -15027438 or 1225498. OLE color: 1225498.
HSL color Cylindrical-coordinate representation of color #1AB312: hue angle of 117.02º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB312 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 18 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.30 |
| HSL | 117.02º | 0.82% | 0.39% | - |
| HSV(B) | 117.02º | 0.9% | 0.7% | - |
| XYZ | 16.66 | 32.5 | 5.97 | - |
| YUV | 114.9 | 73.31 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 18 | 0.85 | 0 | 0.90 | 0.30 | 117.02 | 0.82 | 0.39 |
| Hex | 1A | B3 | 12 | 55 | 0 | 5A | 1E | 75 | 52 | 27 |
| Octal | 32 | 263 | 22 | 125 | 0 | 132 | 36 | 165 | 122 | 47 |
| Binary | 11010 | 10110011 | 10010 | 1010101 | 0 | 1011010 | 11110 | 1110101 | 1010010 | 100111 |
Color Harmonies of #1AB312
Complementary color
Monochromatic Colors of #1AB312
Black with #1AB312
Text Example
Text Example
White with #1AB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB312; }
p { color: rgb(26,179,18); }
H1.HeaderClassName
{
color: #1AB312;
}
.AnyTagClassName
{
color: #1AB312;
}
</style>
background-color css
<style>
a { background-color: #1AB312; }
a { background-color: rgb(26,179,18); }
div.DivClassName
{
background-color: #1AB312;
}
.BgClassName
{
background-color: #1AB312;
}
</style>
border-color css
<style>
span { border-color: #1AB312; }
span { border-color: rgb(26,179,18); }
td.TdClassName
{
border-color: #1AB312;
}
.TagClassName
{
border-color: #1AB312;
}
</style>