Shades of Islamic Green #1AAE0F
Tints of Islamic Green #1AAE0F
RGB
CMYK
RGB Variations
Color information
#1AAE0F (or 0x1AAE0F) is known color: Islamic Green. HEX triplet: 1A, AE and 0F. RGB value is (26,174,15). Sum of RGB (Red+Green+Blue) = 26+174+15=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 174 (68.36% from 255 or 80.93% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAE0F is #E551F0. Grayscale: #707070. Windows color (decimal): -15028721 or 1027610. OLE color: 1027610.
HSL color Cylindrical-coordinate representation of color #1AAE0F: hue angle of 115.85º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AAE0F is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 15 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.32 |
| HSL | 115.85º | 0.84% | 0.37% | - |
| HSV(B) | 115.85º | 0.91% | 0.68% | - |
| XYZ | 15.65 | 30.53 | 5.52 | - |
| YUV | 111.62 | 73.47 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 15 | 0.85 | 0 | 0.91 | 0.32 | 115.85 | 0.84 | 0.37 |
| Hex | 1A | AE | F | 55 | 0 | 5B | 20 | 74 | 54 | 25 |
| Octal | 32 | 256 | 17 | 125 | 0 | 133 | 40 | 164 | 124 | 45 |
| Binary | 11010 | 10101110 | 1111 | 1010101 | 0 | 1011011 | 100000 | 1110100 | 1010100 | 100101 |
Color Harmonies of #1AAE0F
Complementary color
Monochromatic Colors of #1AAE0F
Black with #1AAE0F
Text Example
Text Example
White with #1AAE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE0F; }
p { color: rgb(26,174,15); }
H1.HeaderClassName
{
color: #1AAE0F;
}
.AnyTagClassName
{
color: #1AAE0F;
}
</style>
background-color css
<style>
a { background-color: #1AAE0F; }
a { background-color: rgb(26,174,15); }
div.DivClassName
{
background-color: #1AAE0F;
}
.BgClassName
{
background-color: #1AAE0F;
}
</style>
border-color css
<style>
span { border-color: #1AAE0F; }
span { border-color: rgb(26,174,15); }
td.TdClassName
{
border-color: #1AAE0F;
}
.TagClassName
{
border-color: #1AAE0F;
}
</style>