Shades of Persian Green #06A28A
Tints of Persian Green #06A28A
RGB
CMYK
RGB Variations
Color information
#06A28A (or 0x06A28A) is known color: Persian Green. HEX triplet: 06, A2 and 8A. RGB value is (6,162,138). Sum of RGB (Red+Green+Blue) = 6+162+138=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #06A28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A28A is #F95D75. Grayscale: #707070. Windows color (decimal): -16342390 or 9085446. OLE color: 9085446.
HSL color Cylindrical-coordinate representation of color #06A28A: hue angle of 170.77º 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 #06A28A is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 138 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.36 |
| HSL | 170.77º | 0.93% | 0.33% | - |
| HSV(B) | 170.77º | 0.96% | 0.64% | - |
| XYZ | 17.58 | 27.71 | 28.47 | - |
| YUV | 112.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 138 | 0.96 | 0 | 0.15 | 0.36 | 170.77 | 0.93 | 0.33 |
| Hex | 6 | A2 | 8A | 60 | 0 | F | 24 | AB | 5D | 21 |
| Octal | 6 | 242 | 212 | 140 | 0 | 17 | 44 | 253 | 135 | 41 |
| Binary | 110 | 10100010 | 10001010 | 1100000 | 0 | 1111 | 100100 | 10101011 | 1011101 | 100001 |
Color Harmonies of #06A28A
Complementary color
Monochromatic Colors of #06A28A
Black with #06A28A
Text Example
Text Example
White with #06A28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A28A; }
p { color: rgb(6,162,138); }
H1.HeaderClassName
{
color: #06A28A;
}
.AnyTagClassName
{
color: #06A28A;
}
</style>
background-color css
<style>
a { background-color: #06A28A; }
a { background-color: rgb(6,162,138); }
div.DivClassName
{
background-color: #06A28A;
}
.BgClassName
{
background-color: #06A28A;
}
</style>
border-color css
<style>
span { border-color: #06A28A; }
span { border-color: rgb(6,162,138); }
td.TdClassName
{
border-color: #06A28A;
}
.TagClassName
{
border-color: #06A28A;
}
</style>