Shades of Persian Green #0AB895
Tints of Persian Green #0AB895
RGB
CMYK
RGB Variations
Color information
#0AB895 (or 0x0AB895) is known color: Persian Green. HEX triplet: 0A, B8 and 95. RGB value is (10,184,149). Sum of RGB (Red+Green+Blue) = 10+184+149=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB895 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB895 is #F5476A. Grayscale: #7F7F7F. Windows color (decimal): -16074603 or 9811978. OLE color: 9811978.
HSL color Cylindrical-coordinate representation of color #0AB895: hue angle of 167.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB895 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 149 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.28 |
| HSL | 167.93º | 0.9% | 0.38% | - |
| HSV(B) | 167.93º | 0.95% | 0.72% | - |
| XYZ | 22.69 | 36.52 | 34.29 | - |
| YUV | 127.98 | 139.85 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 149 | 0.95 | 0 | 0.19 | 0.28 | 167.93 | 0.9 | 0.38 |
| Hex | A | B8 | 95 | 5F | 0 | 13 | 1C | A8 | 5A | 26 |
| Octal | 12 | 270 | 225 | 137 | 0 | 23 | 34 | 250 | 132 | 46 |
| Binary | 1010 | 10111000 | 10010101 | 1011111 | 0 | 10011 | 11100 | 10101000 | 1011010 | 100110 |
Color Harmonies of #0AB895
Complementary color
Monochromatic Colors of #0AB895
Black with #0AB895
Text Example
Text Example
White with #0AB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB895; }
p { color: rgb(10,184,149); }
H1.HeaderClassName
{
color: #0AB895;
}
.AnyTagClassName
{
color: #0AB895;
}
</style>
background-color css
<style>
a { background-color: #0AB895; }
a { background-color: rgb(10,184,149); }
div.DivClassName
{
background-color: #0AB895;
}
.BgClassName
{
background-color: #0AB895;
}
</style>
border-color css
<style>
span { border-color: #0AB895; }
span { border-color: rgb(10,184,149); }
td.TdClassName
{
border-color: #0AB895;
}
.TagClassName
{
border-color: #0AB895;
}
</style>