Shades of Islamic Green #06A121
Tints of Islamic Green #06A121
RGB
CMYK
RGB Variations
Color information
#06A121 (or 0x06A121) is known color: Islamic Green. HEX triplet: 06, A1 and 21. RGB value is (6,161,33). Sum of RGB (Red+Green+Blue) = 6+161+33=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 161 (63.28% from 255 or 80.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 161 - color contains mainly: green. Hex color #06A121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A121 is #F95EDE. Grayscale: #646464. Windows color (decimal): -16342751 or 2203910. OLE color: 2203910.
HSL color Cylindrical-coordinate representation of color #06A121: hue angle of 130.45º 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 #06A121 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 33 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.37 |
| HSL | 130.45º | 0.93% | 0.33% | - |
| HSV(B) | 130.45º | 0.96% | 0.63% | - |
| XYZ | 13.09 | 25.64 | 5.7 | - |
| YUV | 100.06 | 90.15 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 33 | 0.96 | 0 | 0.80 | 0.37 | 130.45 | 0.93 | 0.33 |
| Hex | 6 | A1 | 21 | 60 | 0 | 50 | 25 | 82 | 5D | 21 |
| Octal | 6 | 241 | 41 | 140 | 0 | 120 | 45 | 202 | 135 | 41 |
| Binary | 110 | 10100001 | 100001 | 1100000 | 0 | 1010000 | 100101 | 10000010 | 1011101 | 100001 |
Color Harmonies of #06A121
Complementary color
Monochromatic Colors of #06A121
Black with #06A121
Text Example
Text Example
White with #06A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A121; }
p { color: rgb(6,161,33); }
H1.HeaderClassName
{
color: #06A121;
}
.AnyTagClassName
{
color: #06A121;
}
</style>
background-color css
<style>
a { background-color: #06A121; }
a { background-color: rgb(6,161,33); }
div.DivClassName
{
background-color: #06A121;
}
.BgClassName
{
background-color: #06A121;
}
</style>
border-color css
<style>
span { border-color: #06A121; }
span { border-color: rgb(6,161,33); }
td.TdClassName
{
border-color: #06A121;
}
.TagClassName
{
border-color: #06A121;
}
</style>