Shades of Islamic Green #1AB008
Tints of Islamic Green #1AB008
RGB
CMYK
RGB Variations
Color information
#1AB008 (or 0x1AB008) is known color: Islamic Green. HEX triplet: 1A, B0 and 08. RGB value is (26,176,8). Sum of RGB (Red+Green+Blue) = 26+176+8=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 176 (69.14% from 255 or 83.81% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB008 is #E54FF7. Grayscale: #707070. Windows color (decimal): -15028216 or 569370. OLE color: 569370.
HSL color Cylindrical-coordinate representation of color #1AB008: hue angle of 113.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1AB008 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 8 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.31 |
| HSL | 113.57º | 0.91% | 0.36% | - |
| HSV(B) | 113.57º | 0.95% | 0.69% | - |
| XYZ | 16 | 31.29 | 5.43 | - |
| YUV | 112 | 69.31 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 8 | 0.85 | 0 | 0.95 | 0.31 | 113.57 | 0.91 | 0.36 |
| Hex | 1A | B0 | 8 | 55 | 0 | 5F | 1F | 72 | 5B | 24 |
| Octal | 32 | 260 | 10 | 125 | 0 | 137 | 37 | 162 | 133 | 44 |
| Binary | 11010 | 10110000 | 1000 | 1010101 | 0 | 1011111 | 11111 | 1110010 | 1011011 | 100100 |
Color Harmonies of #1AB008
Complementary color
Monochromatic Colors of #1AB008
Black with #1AB008
Text Example
Text Example
White with #1AB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB008; }
p { color: rgb(26,176,8); }
H1.HeaderClassName
{
color: #1AB008;
}
.AnyTagClassName
{
color: #1AB008;
}
</style>
background-color css
<style>
a { background-color: #1AB008; }
a { background-color: rgb(26,176,8); }
div.DivClassName
{
background-color: #1AB008;
}
.BgClassName
{
background-color: #1AB008;
}
</style>
border-color css
<style>
span { border-color: #1AB008; }
span { border-color: rgb(26,176,8); }
td.TdClassName
{
border-color: #1AB008;
}
.TagClassName
{
border-color: #1AB008;
}
</style>