Shades of Islamic Green #1A9702
Tints of Islamic Green #1A9702
RGB
CMYK
RGB Variations
Color information
#1A9702 (or 0x1A9702) is known color: Islamic Green. HEX triplet: 1A, 97 and 02. RGB value is (26,151,2). Sum of RGB (Red+Green+Blue) = 26+151+2=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 151 (59.38% from 255 or 84.36% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 151 - color contains mainly: green. Hex color #1A9702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9702 is #E568FD. Grayscale: #616161. Windows color (decimal): -15034622 or 169754. OLE color: 169754.
HSL color Cylindrical-coordinate representation of color #1A9702: hue angle of 110.34º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A9702 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 151 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.41 |
| HSL | 110.34º | 0.97% | 0.3% | - |
| HSV(B) | 110.34º | 0.99% | 0.59% | - |
| XYZ | 11.5 | 22.36 | 3.77 | - |
| YUV | 96.64 | 74.59 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 151 | 2 | 0.83 | 0 | 0.99 | 0.41 | 110.34 | 0.97 | 0.3 |
| Hex | 1A | 97 | 2 | 53 | 0 | 63 | 29 | 6E | 61 | 1E |
| Octal | 32 | 227 | 2 | 123 | 0 | 143 | 51 | 156 | 141 | 36 |
| Binary | 11010 | 10010111 | 10 | 1010011 | 0 | 1100011 | 101001 | 1101110 | 1100001 | 11110 |
Color Harmonies of #1A9702
Complementary color
Monochromatic Colors of #1A9702
Black with #1A9702
Text Example
Text Example
White with #1A9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9702; }
p { color: rgb(26,151,2); }
H1.HeaderClassName
{
color: #1A9702;
}
.AnyTagClassName
{
color: #1A9702;
}
</style>
background-color css
<style>
a { background-color: #1A9702; }
a { background-color: rgb(26,151,2); }
div.DivClassName
{
background-color: #1A9702;
}
.BgClassName
{
background-color: #1A9702;
}
</style>
border-color css
<style>
span { border-color: #1A9702; }
span { border-color: rgb(26,151,2); }
td.TdClassName
{
border-color: #1A9702;
}
.TagClassName
{
border-color: #1A9702;
}
</style>