Shades of Islamic Green #06A212
Tints of Islamic Green #06A212
RGB
CMYK
RGB Variations
Color information
#06A212 (or 0x06A212) is known color: Islamic Green. HEX triplet: 06, A2 and 12. RGB value is (6,162,18). Sum of RGB (Red+Green+Blue) = 6+162+18=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 162 (63.67% from 255 or 87.10% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 162 - color contains mainly: green. Hex color #06A212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A212 is #F95DED. Grayscale: #636363. Windows color (decimal): -16342510 or 1221126. OLE color: 1221126.
HSL color Cylindrical-coordinate representation of color #06A212: hue angle of 124.62º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A212 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 18 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.36 |
| HSL | 124.62º | 0.93% | 0.33% | - |
| HSV(B) | 124.62º | 0.96% | 0.64% | - |
| XYZ | 13.1 | 25.92 | 4.89 | - |
| YUV | 98.94 | 82.32 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 18 | 0.96 | 0 | 0.89 | 0.36 | 124.62 | 0.93 | 0.33 |
| Hex | 6 | A2 | 12 | 60 | 0 | 59 | 24 | 7D | 5D | 21 |
| Octal | 6 | 242 | 22 | 140 | 0 | 131 | 44 | 175 | 135 | 41 |
| Binary | 110 | 10100010 | 10010 | 1100000 | 0 | 1011001 | 100100 | 1111101 | 1011101 | 100001 |
Color Harmonies of #06A212
Complementary color
Monochromatic Colors of #06A212
Black with #06A212
Text Example
Text Example
White with #06A212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A212; }
p { color: rgb(6,162,18); }
H1.HeaderClassName
{
color: #06A212;
}
.AnyTagClassName
{
color: #06A212;
}
</style>
background-color css
<style>
a { background-color: #06A212; }
a { background-color: rgb(6,162,18); }
div.DivClassName
{
background-color: #06A212;
}
.BgClassName
{
background-color: #06A212;
}
</style>
border-color css
<style>
span { border-color: #06A212; }
span { border-color: rgb(6,162,18); }
td.TdClassName
{
border-color: #06A212;
}
.TagClassName
{
border-color: #06A212;
}
</style>