Shades of Persian Green #0AB09C
Tints of Persian Green #0AB09C
RGB
CMYK
RGB Variations
Color information
#0AB09C (or 0x0AB09C) is known color: Persian Green. HEX triplet: 0A, B0 and 9C. RGB value is (10,176,156). Sum of RGB (Red+Green+Blue) = 10+176+156=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB09C is #F54F63. Grayscale: #7B7B7B. Windows color (decimal): -16076644 or 10268682. OLE color: 10268682.
HSL color Cylindrical-coordinate representation of color #0AB09C: hue angle of 172.77º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB09C is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 176 | 156 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.31 |
| HSL | 172.77º | 0.89% | 0.36% | - |
| HSV(B) | 172.77º | 0.94% | 0.69% | - |
| XYZ | 21.65 | 33.52 | 36.78 | - |
| YUV | 124.09 | 146 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 176 | 156 | 0.94 | 0 | 0.11 | 0.31 | 172.77 | 0.89 | 0.36 |
| Hex | A | B0 | 9C | 5E | 0 | B | 1F | AD | 59 | 24 |
| Octal | 12 | 260 | 234 | 136 | 0 | 13 | 37 | 255 | 131 | 44 |
| Binary | 1010 | 10110000 | 10011100 | 1011110 | 0 | 1011 | 11111 | 10101101 | 1011001 | 100100 |
Color Harmonies of #0AB09C
Complementary color
Monochromatic Colors of #0AB09C
Black with #0AB09C
Text Example
Text Example
White with #0AB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB09C; }
p { color: rgb(10,176,156); }
H1.HeaderClassName
{
color: #0AB09C;
}
.AnyTagClassName
{
color: #0AB09C;
}
</style>
background-color css
<style>
a { background-color: #0AB09C; }
a { background-color: rgb(10,176,156); }
div.DivClassName
{
background-color: #0AB09C;
}
.BgClassName
{
background-color: #0AB09C;
}
</style>
border-color css
<style>
span { border-color: #0AB09C; }
span { border-color: rgb(10,176,156); }
td.TdClassName
{
border-color: #0AB09C;
}
.TagClassName
{
border-color: #0AB09C;
}
</style>