Shades of Islamic Green #1AAD01
Tints of Islamic Green #1AAD01
RGB
CMYK
RGB Variations
Color information
#1AAD01 (or 0x1AAD01) is known color: Islamic Green. HEX triplet: 1A, AD and 01. RGB value is (26,173,1). Sum of RGB (Red+Green+Blue) = 26+173+1=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 173 (67.97% from 255 or 86.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAD01 is #E552FE. Grayscale: #6D6D6D. Windows color (decimal): -15028991 or 109850. OLE color: 109850.
HSL color Cylindrical-coordinate representation of color #1AAD01: hue angle of 111.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AAD01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.32 |
| HSL | 111.28º | 0.99% | 0.34% | - |
| HSV(B) | 111.28º | 0.99% | 0.68% | - |
| XYZ | 15.38 | 30.11 | 5.03 | - |
| YUV | 109.44 | 66.8 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 1 | 0.85 | 0 | 0.99 | 0.32 | 111.28 | 0.99 | 0.34 |
| Hex | 1A | AD | 1 | 55 | 0 | 63 | 20 | 6F | 63 | 22 |
| Octal | 32 | 255 | 1 | 125 | 0 | 143 | 40 | 157 | 143 | 42 |
| Binary | 11010 | 10101101 | 1 | 1010101 | 0 | 1100011 | 100000 | 1101111 | 1100011 | 100010 |
Color Harmonies of #1AAD01
Complementary color
Monochromatic Colors of #1AAD01
Black with #1AAD01
Text Example
Text Example
White with #1AAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAD01; }
p { color: rgb(26,173,1); }
H1.HeaderClassName
{
color: #1AAD01;
}
.AnyTagClassName
{
color: #1AAD01;
}
</style>
background-color css
<style>
a { background-color: #1AAD01; }
a { background-color: rgb(26,173,1); }
div.DivClassName
{
background-color: #1AAD01;
}
.BgClassName
{
background-color: #1AAD01;
}
</style>
border-color css
<style>
span { border-color: #1AAD01; }
span { border-color: rgb(26,173,1); }
td.TdClassName
{
border-color: #1AAD01;
}
.TagClassName
{
border-color: #1AAD01;
}
</style>