Shades of Persian Green #0AA69B
Tints of Persian Green #0AA69B
RGB
CMYK
RGB Variations
Color information
#0AA69B (or 0x0AA69B) is known color: Persian Green. HEX triplet: 0A, A6 and 9B. RGB value is (10,166,155). Sum of RGB (Red+Green+Blue) = 10+166+155=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA69B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA69B is #F55964. Grayscale: #757575. Windows color (decimal): -16079205 or 10200586. OLE color: 10200586.
HSL color Cylindrical-coordinate representation of color #0AA69B: hue angle of 175.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA69B is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 155 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.35 |
| HSL | 175.77º | 0.89% | 0.35% | - |
| HSV(B) | 175.77º | 0.94% | 0.65% | - |
| XYZ | 19.68 | 29.7 | 35.71 | - |
| YUV | 118.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 155 | 0.94 | 0 | 0.07 | 0.35 | 175.77 | 0.89 | 0.35 |
| Hex | A | A6 | 9B | 5E | 0 | 7 | 23 | B0 | 59 | 23 |
| Octal | 12 | 246 | 233 | 136 | 0 | 7 | 43 | 260 | 131 | 43 |
| Binary | 1010 | 10100110 | 10011011 | 1011110 | 0 | 111 | 100011 | 10110000 | 1011001 | 100011 |
Color Harmonies of #0AA69B
Complementary color
Monochromatic Colors of #0AA69B
Black with #0AA69B
Text Example
Text Example
White with #0AA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA69B; }
p { color: rgb(10,166,155); }
H1.HeaderClassName
{
color: #0AA69B;
}
.AnyTagClassName
{
color: #0AA69B;
}
</style>
background-color css
<style>
a { background-color: #0AA69B; }
a { background-color: rgb(10,166,155); }
div.DivClassName
{
background-color: #0AA69B;
}
.BgClassName
{
background-color: #0AA69B;
}
</style>
border-color css
<style>
span { border-color: #0AA69B; }
span { border-color: rgb(10,166,155); }
td.TdClassName
{
border-color: #0AA69B;
}
.TagClassName
{
border-color: #0AA69B;
}
</style>