Shades of Persian Green #0AB894
Tints of Persian Green #0AB894
RGB
CMYK
RGB Variations
Color information
#0AB894 (or 0x0AB894) is known color: Persian Green. HEX triplet: 0A, B8 and 94. RGB value is (10,184,148). Sum of RGB (Red+Green+Blue) = 10+184+148=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB894 is #F5476B. Grayscale: #7F7F7F. Windows color (decimal): -16074604 or 9746442. OLE color: 9746442.
HSL color Cylindrical-coordinate representation of color #0AB894: hue angle of 167.59º 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 #0AB894 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 10 | 184 | 148 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.28 |
| HSL | 167.59º | 0.9% | 0.38% | - |
| HSV(B) | 167.59º | 0.95% | 0.72% | - |
| XYZ | 22.61 | 36.48 | 33.87 | - |
| YUV | 127.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 148 | 0.95 | 0 | 0.20 | 0.28 | 167.59 | 0.9 | 0.38 |
| Hex | A | B8 | 94 | 5F | 0 | 14 | 1C | A8 | 5A | 26 |
| Octal | 12 | 270 | 224 | 137 | 0 | 24 | 34 | 250 | 132 | 46 |
| Binary | 1010 | 10111000 | 10010100 | 1011111 | 0 | 10100 | 11100 | 10101000 | 1011010 | 100110 |
Color Harmonies of #0AB894
Complementary color
Monochromatic Colors of #0AB894
Black with #0AB894
Text Example
Text Example
White with #0AB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB894; }
p { color: rgb(10,184,148); }
H1.HeaderClassName
{
color: #0AB894;
}
.AnyTagClassName
{
color: #0AB894;
}
</style>
background-color css
<style>
a { background-color: #0AB894; }
a { background-color: rgb(10,184,148); }
div.DivClassName
{
background-color: #0AB894;
}
.BgClassName
{
background-color: #0AB894;
}
</style>
border-color css
<style>
span { border-color: #0AB894; }
span { border-color: rgb(10,184,148); }
td.TdClassName
{
border-color: #0AB894;
}
.TagClassName
{
border-color: #0AB894;
}
</style>