Shades of Persian Green #0A9896
Tints of Persian Green #0A9896
RGB
CMYK
RGB Variations
Color information
#0A9896 (or 0x0A9896) is known color: Persian Green. HEX triplet: 0A, 98 and 96. RGB value is (10,152,150). Sum of RGB (Red+Green+Blue) = 10+152+150=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #0A9896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9896 is #F56769. Grayscale: #6D6D6D. Windows color (decimal): -16082794 or 9869322. OLE color: 9869322.
HSL color Cylindrical-coordinate representation of color #0A9896: hue angle of 179.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9896 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 152 | 150 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.40 |
| HSL | 179.15º | 0.88% | 0.32% | - |
| HSV(B) | 179.15º | 0.93% | 0.6% | - |
| XYZ | 16.86 | 24.72 | 32.74 | - |
| YUV | 109.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 152 | 150 | 0.93 | 0 | 0.01 | 0.40 | 179.15 | 0.88 | 0.32 |
| Hex | A | 98 | 96 | 5D | 0 | 1 | 28 | B3 | 58 | 20 |
| Octal | 12 | 230 | 226 | 135 | 0 | 1 | 50 | 263 | 130 | 40 |
| Binary | 1010 | 10011000 | 10010110 | 1011101 | 0 | 1 | 101000 | 10110011 | 1011000 | 100000 |
Color Harmonies of #0A9896
Complementary color
Monochromatic Colors of #0A9896
Black with #0A9896
Text Example
Text Example
White with #0A9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9896; }
p { color: rgb(10,152,150); }
H1.HeaderClassName
{
color: #0A9896;
}
.AnyTagClassName
{
color: #0A9896;
}
</style>
background-color css
<style>
a { background-color: #0A9896; }
a { background-color: rgb(10,152,150); }
div.DivClassName
{
background-color: #0A9896;
}
.BgClassName
{
background-color: #0A9896;
}
</style>
border-color css
<style>
span { border-color: #0A9896; }
span { border-color: rgb(10,152,150); }
td.TdClassName
{
border-color: #0A9896;
}
.TagClassName
{
border-color: #0A9896;
}
</style>