Shades of Islamic Green #1AAF02
Tints of Islamic Green #1AAF02
RGB
CMYK
RGB Variations
Color information
#1AAF02 (or 0x1AAF02) is known color: Islamic Green. HEX triplet: 1A, AF and 02. RGB value is (26,175,2). Sum of RGB (Red+Green+Blue) = 26+175+2=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 175 (68.75% from 255 or 86.21% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAF02 is #E550FD. Grayscale: #6F6F6F. Windows color (decimal): -15028478 or 175898. OLE color: 175898.
HSL color Cylindrical-coordinate representation of color #1AAF02: hue angle of 111.68º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AAF02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.31 |
| HSL | 111.68º | 0.98% | 0.35% | - |
| HSV(B) | 111.68º | 0.99% | 0.69% | - |
| XYZ | 15.77 | 30.88 | 5.19 | - |
| YUV | 110.73 | 66.64 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 2 | 0.85 | 0 | 0.99 | 0.31 | 111.68 | 0.98 | 0.35 |
| Hex | 1A | AF | 2 | 55 | 0 | 63 | 1F | 70 | 62 | 23 |
| Octal | 32 | 257 | 2 | 125 | 0 | 143 | 37 | 160 | 142 | 43 |
| Binary | 11010 | 10101111 | 10 | 1010101 | 0 | 1100011 | 11111 | 1110000 | 1100010 | 100011 |
Color Harmonies of #1AAF02
Complementary color
Monochromatic Colors of #1AAF02
Black with #1AAF02
Text Example
Text Example
White with #1AAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF02; }
p { color: rgb(26,175,2); }
H1.HeaderClassName
{
color: #1AAF02;
}
.AnyTagClassName
{
color: #1AAF02;
}
</style>
background-color css
<style>
a { background-color: #1AAF02; }
a { background-color: rgb(26,175,2); }
div.DivClassName
{
background-color: #1AAF02;
}
.BgClassName
{
background-color: #1AAF02;
}
</style>
border-color css
<style>
span { border-color: #1AAF02; }
span { border-color: rgb(26,175,2); }
td.TdClassName
{
border-color: #1AAF02;
}
.TagClassName
{
border-color: #1AAF02;
}
</style>