Shades of Persian Green #0A9E8A
Tints of Persian Green #0A9E8A
RGB
CMYK
RGB Variations
Color information
#0A9E8A (or 0x0A9E8A) is known color: Persian Green. HEX triplet: 0A, 9E and 8A. RGB value is (10,158,138). Sum of RGB (Red+Green+Blue) = 10+158+138=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9E8A is #F56175. Grayscale: #6F6F6F. Windows color (decimal): -16081270 or 9084426. OLE color: 9084426.
HSL color Cylindrical-coordinate representation of color #0A9E8A: hue angle of 171.89º 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 #0A9E8A is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 158 | 138 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.38 |
| HSL | 171.89º | 0.88% | 0.33% | - |
| HSV(B) | 171.89º | 0.94% | 0.62% | - |
| XYZ | 16.94 | 26.35 | 28.24 | - |
| YUV | 111.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 138 | 0.94 | 0 | 0.13 | 0.38 | 171.89 | 0.88 | 0.33 |
| Hex | A | 9E | 8A | 5E | 0 | D | 26 | AC | 58 | 21 |
| Octal | 12 | 236 | 212 | 136 | 0 | 15 | 46 | 254 | 130 | 41 |
| Binary | 1010 | 10011110 | 10001010 | 1011110 | 0 | 1101 | 100110 | 10101100 | 1011000 | 100001 |
Color Harmonies of #0A9E8A
Complementary color
Monochromatic Colors of #0A9E8A
Black with #0A9E8A
Text Example
Text Example
White with #0A9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9E8A; }
p { color: rgb(10,158,138); }
H1.HeaderClassName
{
color: #0A9E8A;
}
.AnyTagClassName
{
color: #0A9E8A;
}
</style>
background-color css
<style>
a { background-color: #0A9E8A; }
a { background-color: rgb(10,158,138); }
div.DivClassName
{
background-color: #0A9E8A;
}
.BgClassName
{
background-color: #0A9E8A;
}
</style>
border-color css
<style>
span { border-color: #0A9E8A; }
span { border-color: rgb(10,158,138); }
td.TdClassName
{
border-color: #0A9E8A;
}
.TagClassName
{
border-color: #0A9E8A;
}
</style>