Shades of Persian Green #06A18A
Tints of Persian Green #06A18A
RGB
CMYK
RGB Variations
Color information
#06A18A (or 0x06A18A) is known color: Persian Green. HEX triplet: 06, A1 and 8A. RGB value is (6,161,138). Sum of RGB (Red+Green+Blue) = 6+161+138=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #06A18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A18A is #F95E75. Grayscale: #6F6F6F. Windows color (decimal): -16342646 or 9085190. OLE color: 9085190.
HSL color Cylindrical-coordinate representation of color #06A18A: hue angle of 171.1º 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 #06A18A is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 138 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.37 |
| HSL | 171.1º | 0.93% | 0.33% | - |
| HSV(B) | 171.1º | 0.96% | 0.63% | - |
| XYZ | 17.41 | 27.36 | 28.41 | - |
| YUV | 112.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 138 | 0.96 | 0 | 0.14 | 0.37 | 171.1 | 0.93 | 0.33 |
| Hex | 6 | A1 | 8A | 60 | 0 | E | 25 | AB | 5D | 21 |
| Octal | 6 | 241 | 212 | 140 | 0 | 16 | 45 | 253 | 135 | 41 |
| Binary | 110 | 10100001 | 10001010 | 1100000 | 0 | 1110 | 100101 | 10101011 | 1011101 | 100001 |
Color Harmonies of #06A18A
Complementary color
Monochromatic Colors of #06A18A
Black with #06A18A
Text Example
Text Example
White with #06A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A18A; }
p { color: rgb(6,161,138); }
H1.HeaderClassName
{
color: #06A18A;
}
.AnyTagClassName
{
color: #06A18A;
}
</style>
background-color css
<style>
a { background-color: #06A18A; }
a { background-color: rgb(6,161,138); }
div.DivClassName
{
background-color: #06A18A;
}
.BgClassName
{
background-color: #06A18A;
}
</style>
border-color css
<style>
span { border-color: #06A18A; }
span { border-color: rgb(6,161,138); }
td.TdClassName
{
border-color: #06A18A;
}
.TagClassName
{
border-color: #06A18A;
}
</style>