Shades of Persian Green #0AA29B
Tints of Persian Green #0AA29B
RGB
CMYK
RGB Variations
Color information
#0AA29B (or 0x0AA29B) is known color: Persian Green. HEX triplet: 0A, A2 and 9B. RGB value is (10,162,155). Sum of RGB (Red+Green+Blue) = 10+162+155=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA29B is #F55D64. Grayscale: #737373. Windows color (decimal): -16080229 or 10199562. OLE color: 10199562.
HSL color Cylindrical-coordinate representation of color #0AA29B: hue angle of 177.24º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA29B is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 162 | 155 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.36 |
| HSL | 177.24º | 0.88% | 0.34% | - |
| HSV(B) | 177.24º | 0.94% | 0.64% | - |
| XYZ | 18.96 | 28.27 | 35.47 | - |
| YUV | 115.75 | 150.14 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 162 | 155 | 0.94 | 0 | 0.04 | 0.36 | 177.24 | 0.88 | 0.34 |
| Hex | A | A2 | 9B | 5E | 0 | 4 | 24 | B1 | 58 | 22 |
| Octal | 12 | 242 | 233 | 136 | 0 | 4 | 44 | 261 | 130 | 42 |
| Binary | 1010 | 10100010 | 10011011 | 1011110 | 0 | 100 | 100100 | 10110001 | 1011000 | 100010 |
Color Harmonies of #0AA29B
Complementary color
Monochromatic Colors of #0AA29B
Black with #0AA29B
Text Example
Text Example
White with #0AA29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA29B; }
p { color: rgb(10,162,155); }
H1.HeaderClassName
{
color: #0AA29B;
}
.AnyTagClassName
{
color: #0AA29B;
}
</style>
background-color css
<style>
a { background-color: #0AA29B; }
a { background-color: rgb(10,162,155); }
div.DivClassName
{
background-color: #0AA29B;
}
.BgClassName
{
background-color: #0AA29B;
}
</style>
border-color css
<style>
span { border-color: #0AA29B; }
span { border-color: rgb(10,162,155); }
td.TdClassName
{
border-color: #0AA29B;
}
.TagClassName
{
border-color: #0AA29B;
}
</style>