Shades of Persian Green #0AB494
Tints of Persian Green #0AB494
RGB
CMYK
RGB Variations
Color information
#0AB494 (or 0x0AB494) is known color: Persian Green. HEX triplet: 0A, B4 and 94. RGB value is (10,180,148). Sum of RGB (Red+Green+Blue) = 10+180+148=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB494 is #F54B6B. Grayscale: #7D7D7D. Windows color (decimal): -16075628 or 9745418. OLE color: 9745418.
HSL color Cylindrical-coordinate representation of color #0AB494: hue angle of 168.71º 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 #0AB494 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 180 | 148 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.29 |
| HSL | 168.71º | 0.89% | 0.37% | - |
| HSV(B) | 168.71º | 0.94% | 0.71% | - |
| XYZ | 21.79 | 34.85 | 33.59 | - |
| YUV | 125.52 | 140.68 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 148 | 0.94 | 0 | 0.18 | 0.29 | 168.71 | 0.89 | 0.37 |
| Hex | A | B4 | 94 | 5E | 0 | 12 | 1D | A9 | 59 | 25 |
| Octal | 12 | 264 | 224 | 136 | 0 | 22 | 35 | 251 | 131 | 45 |
| Binary | 1010 | 10110100 | 10010100 | 1011110 | 0 | 10010 | 11101 | 10101001 | 1011001 | 100101 |
Color Harmonies of #0AB494
Complementary color
Monochromatic Colors of #0AB494
Black with #0AB494
Text Example
Text Example
White with #0AB494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB494; }
p { color: rgb(10,180,148); }
H1.HeaderClassName
{
color: #0AB494;
}
.AnyTagClassName
{
color: #0AB494;
}
</style>
background-color css
<style>
a { background-color: #0AB494; }
a { background-color: rgb(10,180,148); }
div.DivClassName
{
background-color: #0AB494;
}
.BgClassName
{
background-color: #0AB494;
}
</style>
border-color css
<style>
span { border-color: #0AB494; }
span { border-color: rgb(10,180,148); }
td.TdClassName
{
border-color: #0AB494;
}
.TagClassName
{
border-color: #0AB494;
}
</style>