Shades of Persian Green #0AB59B
Tints of Persian Green #0AB59B
RGB
CMYK
RGB Variations
Color information
#0AB59B (or 0x0AB59B) is known color: Persian Green. HEX triplet: 0A, B5 and 9B. RGB value is (10,181,155). Sum of RGB (Red+Green+Blue) = 10+181+155=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB59B is #F54A64. Grayscale: #7E7E7E. Windows color (decimal): -16075365 or 10204426. OLE color: 10204426.
HSL color Cylindrical-coordinate representation of color #0AB59B: hue angle of 170.88º 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 #0AB59B is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 181 | 155 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.29 |
| HSL | 170.88º | 0.9% | 0.37% | - |
| HSV(B) | 170.88º | 0.94% | 0.71% | - |
| XYZ | 22.57 | 35.48 | 36.67 | - |
| YUV | 126.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 155 | 0.94 | 0 | 0.14 | 0.29 | 170.88 | 0.9 | 0.37 |
| Hex | A | B5 | 9B | 5E | 0 | E | 1D | AB | 5A | 25 |
| Octal | 12 | 265 | 233 | 136 | 0 | 16 | 35 | 253 | 132 | 45 |
| Binary | 1010 | 10110101 | 10011011 | 1011110 | 0 | 1110 | 11101 | 10101011 | 1011010 | 100101 |
Color Harmonies of #0AB59B
Complementary color
Monochromatic Colors of #0AB59B
Black with #0AB59B
Text Example
Text Example
White with #0AB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB59B; }
p { color: rgb(10,181,155); }
H1.HeaderClassName
{
color: #0AB59B;
}
.AnyTagClassName
{
color: #0AB59B;
}
</style>
background-color css
<style>
a { background-color: #0AB59B; }
a { background-color: rgb(10,181,155); }
div.DivClassName
{
background-color: #0AB59B;
}
.BgClassName
{
background-color: #0AB59B;
}
</style>
border-color css
<style>
span { border-color: #0AB59B; }
span { border-color: rgb(10,181,155); }
td.TdClassName
{
border-color: #0AB59B;
}
.TagClassName
{
border-color: #0AB59B;
}
</style>