Shades of Persian Green #0AA48A
Tints of Persian Green #0AA48A
RGB
CMYK
RGB Variations
Color information
#0AA48A (or 0x0AA48A) is known color: Persian Green. HEX triplet: 0A, A4 and 8A. RGB value is (10,164,138). Sum of RGB (Red+Green+Blue) = 10+164+138=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA48A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA48A is #F55B75. Grayscale: #727272. Windows color (decimal): -16079734 or 9085962. OLE color: 9085962.
HSL color Cylindrical-coordinate representation of color #0AA48A: hue angle of 169.87º degrees, saturation: 0.89, 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 #0AA48A is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 138 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.36 |
| HSL | 169.87º | 0.89% | 0.34% | - |
| HSV(B) | 169.87º | 0.94% | 0.64% | - |
| XYZ | 17.99 | 28.45 | 28.59 | - |
| YUV | 114.99 | 140.98 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 138 | 0.94 | 0 | 0.16 | 0.36 | 169.87 | 0.89 | 0.34 |
| Hex | A | A4 | 8A | 5E | 0 | 10 | 24 | AA | 59 | 22 |
| Octal | 12 | 244 | 212 | 136 | 0 | 20 | 44 | 252 | 131 | 42 |
| Binary | 1010 | 10100100 | 10001010 | 1011110 | 0 | 10000 | 100100 | 10101010 | 1011001 | 100010 |
Color Harmonies of #0AA48A
Complementary color
Monochromatic Colors of #0AA48A
Black with #0AA48A
Text Example
Text Example
White with #0AA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA48A; }
p { color: rgb(10,164,138); }
H1.HeaderClassName
{
color: #0AA48A;
}
.AnyTagClassName
{
color: #0AA48A;
}
</style>
background-color css
<style>
a { background-color: #0AA48A; }
a { background-color: rgb(10,164,138); }
div.DivClassName
{
background-color: #0AA48A;
}
.BgClassName
{
background-color: #0AA48A;
}
</style>
border-color css
<style>
span { border-color: #0AA48A; }
span { border-color: rgb(10,164,138); }
td.TdClassName
{
border-color: #0AA48A;
}
.TagClassName
{
border-color: #0AA48A;
}
</style>