Shades of Islamic Green #01A619
Tints of Islamic Green #01A619
RGB
CMYK
RGB Variations
Color information
#01A619 (or 0x01A619) is known color: Islamic Green. HEX triplet: 01, A6 and 19. RGB value is (1,166,25). Sum of RGB (Red+Green+Blue) = 1+166+25=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 166 (65.23% from 255 or 86.46% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 166 - color contains mainly: green. Hex color #01A619 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A619 is #FE59E6. Grayscale: #646464. Windows color (decimal): -16669159 or 1680897. OLE color: 1680897.
HSL color Cylindrical-coordinate representation of color #01A619: hue angle of 128.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A619 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 166 | 25 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.35 |
| HSL | 128.73º | 0.99% | 0.33% | - |
| HSV(B) | 128.73º | 0.99% | 0.65% | - |
| XYZ | 13.82 | 27.35 | 5.47 | - |
| YUV | 100.59 | 85.34 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 25 | 0.99 | 0 | 0.85 | 0.35 | 128.73 | 0.99 | 0.33 |
| Hex | 1 | A6 | 19 | 63 | 0 | 55 | 23 | 81 | 63 | 21 |
| Octal | 1 | 246 | 31 | 143 | 0 | 125 | 43 | 201 | 143 | 41 |
| Binary | 1 | 10100110 | 11001 | 1100011 | 0 | 1010101 | 100011 | 10000001 | 1100011 | 100001 |
Color Harmonies of #01A619
Complementary color
Monochromatic Colors of #01A619
Black with #01A619
Text Example
Text Example
White with #01A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A619; }
p { color: rgb(1,166,25); }
H1.HeaderClassName
{
color: #01A619;
}
.AnyTagClassName
{
color: #01A619;
}
</style>
background-color css
<style>
a { background-color: #01A619; }
a { background-color: rgb(1,166,25); }
div.DivClassName
{
background-color: #01A619;
}
.BgClassName
{
background-color: #01A619;
}
</style>
border-color css
<style>
span { border-color: #01A619; }
span { border-color: rgb(1,166,25); }
td.TdClassName
{
border-color: #01A619;
}
.TagClassName
{
border-color: #01A619;
}
</style>