Shades of Persian Green #0AB497
Tints of Persian Green #0AB497
RGB
CMYK
RGB Variations
Color information
#0AB497 (or 0x0AB497) is known color: Persian Green. HEX triplet: 0A, B4 and 97. RGB value is (10,180,151). Sum of RGB (Red+Green+Blue) = 10+180+151=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB497 is #F54B68. Grayscale: #7D7D7D. Windows color (decimal): -16075625 or 9942026. OLE color: 9942026.
HSL color Cylindrical-coordinate representation of color #0AB497: hue angle of 169.76º degrees, saturation: 0.89, 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 #0AB497 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 151 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.29 |
| HSL | 169.76º | 0.89% | 0.37% | - |
| HSV(B) | 169.76º | 0.94% | 0.71% | - |
| XYZ | 22.03 | 34.94 | 34.86 | - |
| YUV | 125.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 151 | 0.94 | 0 | 0.16 | 0.29 | 169.76 | 0.89 | 0.37 |
| Hex | A | B4 | 97 | 5E | 0 | 10 | 1D | AA | 59 | 25 |
| Octal | 12 | 264 | 227 | 136 | 0 | 20 | 35 | 252 | 131 | 45 |
| Binary | 1010 | 10110100 | 10010111 | 1011110 | 0 | 10000 | 11101 | 10101010 | 1011001 | 100101 |
Color Harmonies of #0AB497
Complementary color
Monochromatic Colors of #0AB497
Black with #0AB497
Text Example
Text Example
White with #0AB497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB497; }
p { color: rgb(10,180,151); }
H1.HeaderClassName
{
color: #0AB497;
}
.AnyTagClassName
{
color: #0AB497;
}
</style>
background-color css
<style>
a { background-color: #0AB497; }
a { background-color: rgb(10,180,151); }
div.DivClassName
{
background-color: #0AB497;
}
.BgClassName
{
background-color: #0AB497;
}
</style>
border-color css
<style>
span { border-color: #0AB497; }
span { border-color: rgb(10,180,151); }
td.TdClassName
{
border-color: #0AB497;
}
.TagClassName
{
border-color: #0AB497;
}
</style>