Shades of Persian Green #0AB898
Tints of Persian Green #0AB898
RGB
CMYK
RGB Variations
Color information
#0AB898 (or 0x0AB898) is known color: Persian Green. HEX triplet: 0A, B8 and 98. RGB value is (10,184,152). Sum of RGB (Red+Green+Blue) = 10+184+152=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB898 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB898 is #F54767. Grayscale: #808080. Windows color (decimal): -16074600 or 10008586. OLE color: 10008586.
HSL color Cylindrical-coordinate representation of color #0AB898: hue angle of 168.97º 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 #0AB898 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 152 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.28 |
| HSL | 168.97º | 0.9% | 0.38% | - |
| HSV(B) | 168.97º | 0.95% | 0.72% | - |
| XYZ | 22.93 | 36.61 | 35.56 | - |
| YUV | 128.33 | 141.35 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 152 | 0.95 | 0 | 0.17 | 0.28 | 168.97 | 0.9 | 0.38 |
| Hex | A | B8 | 98 | 5F | 0 | 11 | 1C | A9 | 5A | 26 |
| Octal | 12 | 270 | 230 | 137 | 0 | 21 | 34 | 251 | 132 | 46 |
| Binary | 1010 | 10111000 | 10011000 | 1011111 | 0 | 10001 | 11100 | 10101001 | 1011010 | 100110 |
Color Harmonies of #0AB898
Complementary color
Monochromatic Colors of #0AB898
Black with #0AB898
Text Example
Text Example
White with #0AB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB898; }
p { color: rgb(10,184,152); }
H1.HeaderClassName
{
color: #0AB898;
}
.AnyTagClassName
{
color: #0AB898;
}
</style>
background-color css
<style>
a { background-color: #0AB898; }
a { background-color: rgb(10,184,152); }
div.DivClassName
{
background-color: #0AB898;
}
.BgClassName
{
background-color: #0AB898;
}
</style>
border-color css
<style>
span { border-color: #0AB898; }
span { border-color: rgb(10,184,152); }
td.TdClassName
{
border-color: #0AB898;
}
.TagClassName
{
border-color: #0AB898;
}
</style>