Shades of Persian Green #0A9E95
Tints of Persian Green #0A9E95
RGB
CMYK
RGB Variations
Color information
#0A9E95 (or 0x0A9E95) is known color: Persian Green. HEX triplet: 0A, 9E and 95. RGB value is (10,158,149). Sum of RGB (Red+Green+Blue) = 10+158+149=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9E95 is #F5616A. Grayscale: #707070. Windows color (decimal): -16081259 or 9805322. OLE color: 9805322.
HSL color Cylindrical-coordinate representation of color #0A9E95: hue angle of 176.35º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E95 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 158 | 149 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.38 |
| HSL | 176.35º | 0.88% | 0.33% | - |
| HSV(B) | 176.35º | 0.94% | 0.62% | - |
| XYZ | 17.78 | 26.69 | 32.65 | - |
| YUV | 112.72 | 148.47 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 149 | 0.94 | 0 | 0.06 | 0.38 | 176.35 | 0.88 | 0.33 |
| Hex | A | 9E | 95 | 5E | 0 | 6 | 26 | B0 | 58 | 21 |
| Octal | 12 | 236 | 225 | 136 | 0 | 6 | 46 | 260 | 130 | 41 |
| Binary | 1010 | 10011110 | 10010101 | 1011110 | 0 | 110 | 100110 | 10110000 | 1011000 | 100001 |
Color Harmonies of #0A9E95
Complementary color
Monochromatic Colors of #0A9E95
Black with #0A9E95
Text Example
Text Example
White with #0A9E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9E95; }
p { color: rgb(10,158,149); }
H1.HeaderClassName
{
color: #0A9E95;
}
.AnyTagClassName
{
color: #0A9E95;
}
</style>
background-color css
<style>
a { background-color: #0A9E95; }
a { background-color: rgb(10,158,149); }
div.DivClassName
{
background-color: #0A9E95;
}
.BgClassName
{
background-color: #0A9E95;
}
</style>
border-color css
<style>
span { border-color: #0A9E95; }
span { border-color: rgb(10,158,149); }
td.TdClassName
{
border-color: #0A9E95;
}
.TagClassName
{
border-color: #0A9E95;
}
</style>