Shades of Persian Green #0AB0A1
Tints of Persian Green #0AB0A1
RGB
CMYK
RGB Variations
Color information
#0AB0A1 (or 0x0AB0A1) is known color: Persian Green. HEX triplet: 0A, B0 and A1. RGB value is (10,176,161). Sum of RGB (Red+Green+Blue) = 10+176+161=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB0A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB0A1 is #F54F5E. Grayscale: #7C7C7C. Windows color (decimal): -16076639 or 10596362. OLE color: 10596362.
HSL color Cylindrical-coordinate representation of color #0AB0A1: hue angle of 174.58º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB0A1 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 176 | 161 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.31 |
| HSL | 174.58º | 0.89% | 0.36% | - |
| HSV(B) | 174.58º | 0.94% | 0.69% | - |
| XYZ | 22.08 | 33.69 | 39.06 | - |
| YUV | 124.66 | 148.5 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 176 | 161 | 0.94 | 0 | 0.09 | 0.31 | 174.58 | 0.89 | 0.36 |
| Hex | A | B0 | A1 | 5E | 0 | 9 | 1F | AF | 59 | 24 |
| Octal | 12 | 260 | 241 | 136 | 0 | 11 | 37 | 257 | 131 | 44 |
| Binary | 1010 | 10110000 | 10100001 | 1011110 | 0 | 1001 | 11111 | 10101111 | 1011001 | 100100 |
Color Harmonies of #0AB0A1
Complementary color
Monochromatic Colors of #0AB0A1
Black with #0AB0A1
Text Example
Text Example
White with #0AB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB0A1; }
p { color: rgb(10,176,161); }
H1.HeaderClassName
{
color: #0AB0A1;
}
.AnyTagClassName
{
color: #0AB0A1;
}
</style>
background-color css
<style>
a { background-color: #0AB0A1; }
a { background-color: rgb(10,176,161); }
div.DivClassName
{
background-color: #0AB0A1;
}
.BgClassName
{
background-color: #0AB0A1;
}
</style>
border-color css
<style>
span { border-color: #0AB0A1; }
span { border-color: rgb(10,176,161); }
td.TdClassName
{
border-color: #0AB0A1;
}
.TagClassName
{
border-color: #0AB0A1;
}
</style>