Shades of Persian Green #0AA09B
Tints of Persian Green #0AA09B
RGB
CMYK
RGB Variations
Color information
#0AA09B (or 0x0AA09B) is known color: Persian Green. HEX triplet: 0A, A0 and 9B. RGB value is (10,160,155). Sum of RGB (Red+Green+Blue) = 10+160+155=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA09B is #F55F64. Grayscale: #727272. Windows color (decimal): -16080741 or 10199050. OLE color: 10199050.
HSL color Cylindrical-coordinate representation of color #0AA09B: hue angle of 178º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA09B is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 155 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.37 |
| HSL | 178º | 0.88% | 0.33% | - |
| HSV(B) | 178º | 0.94% | 0.63% | - |
| XYZ | 18.61 | 27.57 | 35.35 | - |
| YUV | 114.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 155 | 0.94 | 0 | 0.03 | 0.37 | 178 | 0.88 | 0.33 |
| Hex | A | A0 | 9B | 5E | 0 | 3 | 25 | B2 | 58 | 21 |
| Octal | 12 | 240 | 233 | 136 | 0 | 3 | 45 | 262 | 130 | 41 |
| Binary | 1010 | 10100000 | 10011011 | 1011110 | 0 | 11 | 100101 | 10110010 | 1011000 | 100001 |
Color Harmonies of #0AA09B
Complementary color
Monochromatic Colors of #0AA09B
Black with #0AA09B
Text Example
Text Example
White with #0AA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA09B; }
p { color: rgb(10,160,155); }
H1.HeaderClassName
{
color: #0AA09B;
}
.AnyTagClassName
{
color: #0AA09B;
}
</style>
background-color css
<style>
a { background-color: #0AA09B; }
a { background-color: rgb(10,160,155); }
div.DivClassName
{
background-color: #0AA09B;
}
.BgClassName
{
background-color: #0AA09B;
}
</style>
border-color css
<style>
span { border-color: #0AA09B; }
span { border-color: rgb(10,160,155); }
td.TdClassName
{
border-color: #0AA09B;
}
.TagClassName
{
border-color: #0AA09B;
}
</style>