Shades of Persian Green #06A393
Tints of Persian Green #06A393
RGB
CMYK
RGB Variations
Color information
#06A393 (or 0x06A393) is known color: Persian Green. HEX triplet: 06, A3 and 93. RGB value is (6,163,147). Sum of RGB (Red+Green+Blue) = 6+163+147=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #06A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A393 is #F95C6C. Grayscale: #727272. Windows color (decimal): -16342125 or 9675526. OLE color: 9675526.
HSL color Cylindrical-coordinate representation of color #06A393: hue angle of 173.89º 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 #06A393 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 163 | 147 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.36 |
| HSL | 173.89º | 0.93% | 0.33% | - |
| HSV(B) | 173.89º | 0.96% | 0.64% | - |
| XYZ | 18.44 | 28.34 | 32.1 | - |
| YUV | 114.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 163 | 147 | 0.96 | 0 | 0.10 | 0.36 | 173.89 | 0.93 | 0.33 |
| Hex | 6 | A3 | 93 | 60 | 0 | A | 24 | AE | 5D | 21 |
| Octal | 6 | 243 | 223 | 140 | 0 | 12 | 44 | 256 | 135 | 41 |
| Binary | 110 | 10100011 | 10010011 | 1100000 | 0 | 1010 | 100100 | 10101110 | 1011101 | 100001 |
Color Harmonies of #06A393
Complementary color
Monochromatic Colors of #06A393
Black with #06A393
Text Example
Text Example
White with #06A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A393; }
p { color: rgb(6,163,147); }
H1.HeaderClassName
{
color: #06A393;
}
.AnyTagClassName
{
color: #06A393;
}
</style>
background-color css
<style>
a { background-color: #06A393; }
a { background-color: rgb(6,163,147); }
div.DivClassName
{
background-color: #06A393;
}
.BgClassName
{
background-color: #06A393;
}
</style>
border-color css
<style>
span { border-color: #06A393; }
span { border-color: rgb(6,163,147); }
td.TdClassName
{
border-color: #06A393;
}
.TagClassName
{
border-color: #06A393;
}
</style>