Shades of Islamic Green #06A118
Tints of Islamic Green #06A118
RGB
CMYK
RGB Variations
Color information
#06A118 (or 0x06A118) is known color: Islamic Green. HEX triplet: 06, A1 and 18. RGB value is (6,161,24). Sum of RGB (Red+Green+Blue) = 6+161+24=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 161 (63.28% from 255 or 84.29% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 161 - color contains mainly: green. Hex color #06A118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A118 is #F95EE7. Grayscale: #636363. Windows color (decimal): -16342760 or 1614086. OLE color: 1614086.
HSL color Cylindrical-coordinate representation of color #06A118: hue angle of 126.97º 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 #06A118 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 24 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.37 |
| HSL | 126.97º | 0.93% | 0.33% | - |
| HSV(B) | 126.97º | 0.96% | 0.63% | - |
| XYZ | 12.98 | 25.59 | 5.12 | - |
| YUV | 99.04 | 85.65 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 24 | 0.96 | 0 | 0.85 | 0.37 | 126.97 | 0.93 | 0.33 |
| Hex | 6 | A1 | 18 | 60 | 0 | 55 | 25 | 7F | 5D | 21 |
| Octal | 6 | 241 | 30 | 140 | 0 | 125 | 45 | 177 | 135 | 41 |
| Binary | 110 | 10100001 | 11000 | 1100000 | 0 | 1010101 | 100101 | 1111111 | 1011101 | 100001 |
Color Harmonies of #06A118
Complementary color
Monochromatic Colors of #06A118
Black with #06A118
Text Example
Text Example
White with #06A118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A118; }
p { color: rgb(6,161,24); }
H1.HeaderClassName
{
color: #06A118;
}
.AnyTagClassName
{
color: #06A118;
}
</style>
background-color css
<style>
a { background-color: #06A118; }
a { background-color: rgb(6,161,24); }
div.DivClassName
{
background-color: #06A118;
}
.BgClassName
{
background-color: #06A118;
}
</style>
border-color css
<style>
span { border-color: #06A118; }
span { border-color: rgb(6,161,24); }
td.TdClassName
{
border-color: #06A118;
}
.TagClassName
{
border-color: #06A118;
}
</style>