Shades of Islamic Green #1AAF09
Tints of Islamic Green #1AAF09
RGB
CMYK
RGB Variations
Color information
#1AAF09 (or 0x1AAF09) is known color: Islamic Green. HEX triplet: 1A, AF and 09. RGB value is (26,175,9). Sum of RGB (Red+Green+Blue) = 26+175+9=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 175 (68.75% from 255 or 83.33% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAF09 is #E550F6. Grayscale: #707070. Windows color (decimal): -15028471 or 634650. OLE color: 634650.
HSL color Cylindrical-coordinate representation of color #1AAF09: hue angle of 113.86º degrees, saturation: 0.9, 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 #1AAF09 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 9 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.31 |
| HSL | 113.86º | 0.9% | 0.36% | - |
| HSV(B) | 113.86º | 0.95% | 0.69% | - |
| XYZ | 15.81 | 30.9 | 5.39 | - |
| YUV | 111.53 | 70.14 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 9 | 0.85 | 0 | 0.95 | 0.31 | 113.86 | 0.9 | 0.36 |
| Hex | 1A | AF | 9 | 55 | 0 | 5F | 1F | 72 | 5A | 24 |
| Octal | 32 | 257 | 11 | 125 | 0 | 137 | 37 | 162 | 132 | 44 |
| Binary | 11010 | 10101111 | 1001 | 1010101 | 0 | 1011111 | 11111 | 1110010 | 1011010 | 100100 |
Color Harmonies of #1AAF09
Complementary color
Monochromatic Colors of #1AAF09
Black with #1AAF09
Text Example
Text Example
White with #1AAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF09; }
p { color: rgb(26,175,9); }
H1.HeaderClassName
{
color: #1AAF09;
}
.AnyTagClassName
{
color: #1AAF09;
}
</style>
background-color css
<style>
a { background-color: #1AAF09; }
a { background-color: rgb(26,175,9); }
div.DivClassName
{
background-color: #1AAF09;
}
.BgClassName
{
background-color: #1AAF09;
}
</style>
border-color css
<style>
span { border-color: #1AAF09; }
span { border-color: rgb(26,175,9); }
td.TdClassName
{
border-color: #1AAF09;
}
.TagClassName
{
border-color: #1AAF09;
}
</style>