Shades of Persian Green #0AAE9A
Tints of Persian Green #0AAE9A
RGB
CMYK
RGB Variations
Color information
#0AAE9A (or 0x0AAE9A) is known color: Persian Green. HEX triplet: 0A, AE and 9A. RGB value is (10,174,154). Sum of RGB (Red+Green+Blue) = 10+174+154=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAE9A is #F55165. Grayscale: #7A7A7A. Windows color (decimal): -16077158 or 10137098. OLE color: 10137098.
HSL color Cylindrical-coordinate representation of color #0AAE9A: hue angle of 172.68º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAE9A is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 154 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.32 |
| HSL | 172.68º | 0.89% | 0.36% | - |
| HSV(B) | 172.68º | 0.94% | 0.68% | - |
| XYZ | 21.09 | 32.67 | 35.77 | - |
| YUV | 122.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 154 | 0.94 | 0 | 0.11 | 0.32 | 172.68 | 0.89 | 0.36 |
| Hex | A | AE | 9A | 5E | 0 | B | 20 | AD | 59 | 24 |
| Octal | 12 | 256 | 232 | 136 | 0 | 13 | 40 | 255 | 131 | 44 |
| Binary | 1010 | 10101110 | 10011010 | 1011110 | 0 | 1011 | 100000 | 10101101 | 1011001 | 100100 |
Color Harmonies of #0AAE9A
Complementary color
Monochromatic Colors of #0AAE9A
Black with #0AAE9A
Text Example
Text Example
White with #0AAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE9A; }
p { color: rgb(10,174,154); }
H1.HeaderClassName
{
color: #0AAE9A;
}
.AnyTagClassName
{
color: #0AAE9A;
}
</style>
background-color css
<style>
a { background-color: #0AAE9A; }
a { background-color: rgb(10,174,154); }
div.DivClassName
{
background-color: #0AAE9A;
}
.BgClassName
{
background-color: #0AAE9A;
}
</style>
border-color css
<style>
span { border-color: #0AAE9A; }
span { border-color: rgb(10,174,154); }
td.TdClassName
{
border-color: #0AAE9A;
}
.TagClassName
{
border-color: #0AAE9A;
}
</style>