Shades of Persian Green #0AB5A1
Tints of Persian Green #0AB5A1
RGB
CMYK
RGB Variations
Color information
#0AB5A1 (or 0x0AB5A1) is known color: Persian Green. HEX triplet: 0A, B5 and A1. RGB value is (10,181,161). Sum of RGB (Red+Green+Blue) = 10+181+161=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB5A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB5A1 is #F54A5E. Grayscale: #7F7F7F. Windows color (decimal): -16075359 or 10597642. OLE color: 10597642.
HSL color Cylindrical-coordinate representation of color #0AB5A1: hue angle of 172.98º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB5A1 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 181 | 161 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.29 |
| HSL | 172.98º | 0.9% | 0.37% | - |
| HSV(B) | 172.98º | 0.94% | 0.71% | - |
| XYZ | 23.08 | 35.69 | 39.39 | - |
| YUV | 127.59 | 146.85 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 161 | 0.94 | 0 | 0.11 | 0.29 | 172.98 | 0.9 | 0.37 |
| Hex | A | B5 | A1 | 5E | 0 | B | 1D | AD | 5A | 25 |
| Octal | 12 | 265 | 241 | 136 | 0 | 13 | 35 | 255 | 132 | 45 |
| Binary | 1010 | 10110101 | 10100001 | 1011110 | 0 | 1011 | 11101 | 10101101 | 1011010 | 100101 |
Color Harmonies of #0AB5A1
Complementary color
Monochromatic Colors of #0AB5A1
Black with #0AB5A1
Text Example
Text Example
White with #0AB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB5A1; }
p { color: rgb(10,181,161); }
H1.HeaderClassName
{
color: #0AB5A1;
}
.AnyTagClassName
{
color: #0AB5A1;
}
</style>
background-color css
<style>
a { background-color: #0AB5A1; }
a { background-color: rgb(10,181,161); }
div.DivClassName
{
background-color: #0AB5A1;
}
.BgClassName
{
background-color: #0AB5A1;
}
</style>
border-color css
<style>
span { border-color: #0AB5A1; }
span { border-color: rgb(10,181,161); }
td.TdClassName
{
border-color: #0AB5A1;
}
.TagClassName
{
border-color: #0AB5A1;
}
</style>