Shades of Islamic Green #06A019
Tints of Islamic Green #06A019
RGB
CMYK
RGB Variations
Color information
#06A019 (or 0x06A019) is known color: Islamic Green. HEX triplet: 06, A0 and 19. RGB value is (6,160,25). Sum of RGB (Red+Green+Blue) = 6+160+25=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 160 (62.89% from 255 or 83.77% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 160 - color contains mainly: green. Hex color #06A019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A019 is #F95FE6. Grayscale: #626262. Windows color (decimal): -16343015 or 1679366. OLE color: 1679366.
HSL color Cylindrical-coordinate representation of color #06A019: hue angle of 127.4º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A019 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 25 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.37 |
| HSL | 127.4º | 0.93% | 0.33% | - |
| HSV(B) | 127.4º | 0.96% | 0.63% | - |
| XYZ | 12.82 | 25.25 | 5.12 | - |
| YUV | 98.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 25 | 0.96 | 0 | 0.84 | 0.37 | 127.4 | 0.93 | 0.33 |
| Hex | 6 | A0 | 19 | 60 | 0 | 54 | 25 | 7F | 5D | 21 |
| Octal | 6 | 240 | 31 | 140 | 0 | 124 | 45 | 177 | 135 | 41 |
| Binary | 110 | 10100000 | 11001 | 1100000 | 0 | 1010100 | 100101 | 1111111 | 1011101 | 100001 |
Color Harmonies of #06A019
Complementary color
Monochromatic Colors of #06A019
Black with #06A019
Text Example
Text Example
White with #06A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A019; }
p { color: rgb(6,160,25); }
H1.HeaderClassName
{
color: #06A019;
}
.AnyTagClassName
{
color: #06A019;
}
</style>
background-color css
<style>
a { background-color: #06A019; }
a { background-color: rgb(6,160,25); }
div.DivClassName
{
background-color: #06A019;
}
.BgClassName
{
background-color: #06A019;
}
</style>
border-color css
<style>
span { border-color: #06A019; }
span { border-color: rgb(6,160,25); }
td.TdClassName
{
border-color: #06A019;
}
.TagClassName
{
border-color: #06A019;
}
</style>