Shades of Persian Green #0A9E8D
Tints of Persian Green #0A9E8D
RGB
CMYK
RGB Variations
Color information
#0A9E8D (or 0x0A9E8D) is known color: Persian Green. HEX triplet: 0A, 9E and 8D. RGB value is (10,158,141). Sum of RGB (Red+Green+Blue) = 10+158+141=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9E8D is #F56172. Grayscale: #6F6F6F. Windows color (decimal): -16081267 or 9281034. OLE color: 9281034.
HSL color Cylindrical-coordinate representation of color #0A9E8D: hue angle of 173.11º 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 #0A9E8D is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 158 | 141 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.38 |
| HSL | 173.11º | 0.88% | 0.33% | - |
| HSV(B) | 173.11º | 0.94% | 0.62% | - |
| XYZ | 17.16 | 26.44 | 29.4 | - |
| YUV | 111.81 | 144.47 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 141 | 0.94 | 0 | 0.11 | 0.38 | 173.11 | 0.88 | 0.33 |
| Hex | A | 9E | 8D | 5E | 0 | B | 26 | AD | 58 | 21 |
| Octal | 12 | 236 | 215 | 136 | 0 | 13 | 46 | 255 | 130 | 41 |
| Binary | 1010 | 10011110 | 10001101 | 1011110 | 0 | 1011 | 100110 | 10101101 | 1011000 | 100001 |
Color Harmonies of #0A9E8D
Complementary color
Monochromatic Colors of #0A9E8D
Black with #0A9E8D
Text Example
Text Example
White with #0A9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9E8D; }
p { color: rgb(10,158,141); }
H1.HeaderClassName
{
color: #0A9E8D;
}
.AnyTagClassName
{
color: #0A9E8D;
}
</style>
background-color css
<style>
a { background-color: #0A9E8D; }
a { background-color: rgb(10,158,141); }
div.DivClassName
{
background-color: #0A9E8D;
}
.BgClassName
{
background-color: #0A9E8D;
}
</style>
border-color css
<style>
span { border-color: #0A9E8D; }
span { border-color: rgb(10,158,141); }
td.TdClassName
{
border-color: #0A9E8D;
}
.TagClassName
{
border-color: #0A9E8D;
}
</style>