Shades of Persian Green #0AB897
Tints of Persian Green #0AB897
RGB
CMYK
RGB Variations
Color information
#0AB897 (or 0x0AB897) is known color: Persian Green. HEX triplet: 0A, B8 and 97. RGB value is (10,184,151). Sum of RGB (Red+Green+Blue) = 10+184+151=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB897 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB897 is #F54768. Grayscale: #808080. Windows color (decimal): -16074601 or 9943050. OLE color: 9943050.
HSL color Cylindrical-coordinate representation of color #0AB897: hue angle of 168.62º 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 #0AB897 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 151 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.28 |
| HSL | 168.62º | 0.9% | 0.38% | - |
| HSV(B) | 168.62º | 0.95% | 0.72% | - |
| XYZ | 22.85 | 36.58 | 35.13 | - |
| YUV | 128.21 | 140.85 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 151 | 0.95 | 0 | 0.18 | 0.28 | 168.62 | 0.9 | 0.38 |
| Hex | A | B8 | 97 | 5F | 0 | 12 | 1C | A9 | 5A | 26 |
| Octal | 12 | 270 | 227 | 137 | 0 | 22 | 34 | 251 | 132 | 46 |
| Binary | 1010 | 10111000 | 10010111 | 1011111 | 0 | 10010 | 11100 | 10101001 | 1011010 | 100110 |
Color Harmonies of #0AB897
Complementary color
Monochromatic Colors of #0AB897
Black with #0AB897
Text Example
Text Example
White with #0AB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB897; }
p { color: rgb(10,184,151); }
H1.HeaderClassName
{
color: #0AB897;
}
.AnyTagClassName
{
color: #0AB897;
}
</style>
background-color css
<style>
a { background-color: #0AB897; }
a { background-color: rgb(10,184,151); }
div.DivClassName
{
background-color: #0AB897;
}
.BgClassName
{
background-color: #0AB897;
}
</style>
border-color css
<style>
span { border-color: #0AB897; }
span { border-color: rgb(10,184,151); }
td.TdClassName
{
border-color: #0AB897;
}
.TagClassName
{
border-color: #0AB897;
}
</style>