Shades of Islamic Green #1AB315
Tints of Islamic Green #1AB315
RGB
CMYK
RGB Variations
Color information
#1AB315 (or 0x1AB315) is known color: Islamic Green. HEX triplet: 1A, B3 and 15. RGB value is (26,179,21). Sum of RGB (Red+Green+Blue) = 26+179+21=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 179 (70.31% from 255 or 79.20% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB315 is #E54CEA. Grayscale: #737373. Windows color (decimal): -15027435 or 1422106. OLE color: 1422106.
HSL color Cylindrical-coordinate representation of color #1AB315: hue angle of 118.1º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB315 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 21 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.30 |
| HSL | 118.1º | 0.79% | 0.39% | - |
| HSV(B) | 118.1º | 0.88% | 0.7% | - |
| XYZ | 16.68 | 32.51 | 6.11 | - |
| YUV | 115.24 | 74.81 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 21 | 0.85 | 0 | 0.88 | 0.30 | 118.1 | 0.79 | 0.39 |
| Hex | 1A | B3 | 15 | 55 | 0 | 58 | 1E | 76 | 4F | 27 |
| Octal | 32 | 263 | 25 | 125 | 0 | 130 | 36 | 166 | 117 | 47 |
| Binary | 11010 | 10110011 | 10101 | 1010101 | 0 | 1011000 | 11110 | 1110110 | 1001111 | 100111 |
Color Harmonies of #1AB315
Complementary color
Monochromatic Colors of #1AB315
Black with #1AB315
Text Example
Text Example
White with #1AB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB315; }
p { color: rgb(26,179,21); }
H1.HeaderClassName
{
color: #1AB315;
}
.AnyTagClassName
{
color: #1AB315;
}
</style>
background-color css
<style>
a { background-color: #1AB315; }
a { background-color: rgb(26,179,21); }
div.DivClassName
{
background-color: #1AB315;
}
.BgClassName
{
background-color: #1AB315;
}
</style>
border-color css
<style>
span { border-color: #1AB315; }
span { border-color: rgb(26,179,21); }
td.TdClassName
{
border-color: #1AB315;
}
.TagClassName
{
border-color: #1AB315;
}
</style>