Shades of Persian Green #0AB28D
Tints of Persian Green #0AB28D
RGB
CMYK
RGB Variations
Color information
#0AB28D (or 0x0AB28D) is known color: Persian Green. HEX triplet: 0A, B2 and 8D. RGB value is (10,178,141). Sum of RGB (Red+Green+Blue) = 10+178+141=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB28D is #F54D72. Grayscale: #7B7B7B. Windows color (decimal): -16076147 or 9286154. OLE color: 9286154.
HSL color Cylindrical-coordinate representation of color #0AB28D: hue angle of 166.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB28D is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 178 | 141 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.30 |
| HSL | 166.79º | 0.89% | 0.37% | - |
| HSV(B) | 166.79º | 0.94% | 0.7% | - |
| XYZ | 20.85 | 33.83 | 30.63 | - |
| YUV | 123.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 141 | 0.94 | 0 | 0.21 | 0.30 | 166.79 | 0.89 | 0.37 |
| Hex | A | B2 | 8D | 5E | 0 | 15 | 1E | A7 | 59 | 25 |
| Octal | 12 | 262 | 215 | 136 | 0 | 25 | 36 | 247 | 131 | 45 |
| Binary | 1010 | 10110010 | 10001101 | 1011110 | 0 | 10101 | 11110 | 10100111 | 1011001 | 100101 |
Color Harmonies of #0AB28D
Complementary color
Monochromatic Colors of #0AB28D
Black with #0AB28D
Text Example
Text Example
White with #0AB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB28D; }
p { color: rgb(10,178,141); }
H1.HeaderClassName
{
color: #0AB28D;
}
.AnyTagClassName
{
color: #0AB28D;
}
</style>
background-color css
<style>
a { background-color: #0AB28D; }
a { background-color: rgb(10,178,141); }
div.DivClassName
{
background-color: #0AB28D;
}
.BgClassName
{
background-color: #0AB28D;
}
</style>
border-color css
<style>
span { border-color: #0AB28D; }
span { border-color: rgb(10,178,141); }
td.TdClassName
{
border-color: #0AB28D;
}
.TagClassName
{
border-color: #0AB28D;
}
</style>