Shades of Islamic Green #01A91A
Tints of Islamic Green #01A91A
RGB
CMYK
RGB Variations
Color information
#01A91A (or 0x01A91A) is known color: Islamic Green. HEX triplet: 01, A9 and 1A. RGB value is (1,169,26). Sum of RGB (Red+Green+Blue) = 1+169+26=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 169 (66.41% from 255 or 86.22% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 169 - color contains mainly: green. Hex color #01A91A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A91A is #FE56E5. Grayscale: #666666. Windows color (decimal): -16668390 or 1747201. OLE color: 1747201.
HSL color Cylindrical-coordinate representation of color #01A91A: hue angle of 128.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A91A is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 169 | 26 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.34 |
| HSL | 128.93º | 0.99% | 0.33% | - |
| HSV(B) | 128.93º | 0.99% | 0.66% | - |
| XYZ | 14.39 | 28.46 | 5.71 | - |
| YUV | 102.47 | 84.84 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 26 | 0.99 | 0 | 0.85 | 0.34 | 128.93 | 0.99 | 0.33 |
| Hex | 1 | A9 | 1A | 63 | 0 | 55 | 22 | 81 | 63 | 21 |
| Octal | 1 | 251 | 32 | 143 | 0 | 125 | 42 | 201 | 143 | 41 |
| Binary | 1 | 10101001 | 11010 | 1100011 | 0 | 1010101 | 100010 | 10000001 | 1100011 | 100001 |
Color Harmonies of #01A91A
Complementary color
Monochromatic Colors of #01A91A
Black with #01A91A
Text Example
Text Example
White with #01A91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A91A; }
p { color: rgb(1,169,26); }
H1.HeaderClassName
{
color: #01A91A;
}
.AnyTagClassName
{
color: #01A91A;
}
</style>
background-color css
<style>
a { background-color: #01A91A; }
a { background-color: rgb(1,169,26); }
div.DivClassName
{
background-color: #01A91A;
}
.BgClassName
{
background-color: #01A91A;
}
</style>
border-color css
<style>
span { border-color: #01A91A; }
span { border-color: rgb(1,169,26); }
td.TdClassName
{
border-color: #01A91A;
}
.TagClassName
{
border-color: #01A91A;
}
</style>