Shades of Persian Green #0A9B85
Tints of Persian Green #0A9B85
RGB
CMYK
RGB Variations
Color information
#0A9B85 (or 0x0A9B85) is known color: Persian Green. HEX triplet: 0A, 9B and 85. RGB value is (10,155,133). Sum of RGB (Red+Green+Blue) = 10+155+133=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9B85 is #F5647A. Grayscale: #6D6D6D. Windows color (decimal): -16082043 or 8755978. OLE color: 8755978.
HSL color Cylindrical-coordinate representation of color #0A9B85: hue angle of 170.9º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9B85 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 155 | 133 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.39 |
| HSL | 170.9º | 0.88% | 0.32% | - |
| HSV(B) | 170.9º | 0.94% | 0.61% | - |
| XYZ | 16.08 | 25.2 | 26.21 | - |
| YUV | 109.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 155 | 133 | 0.94 | 0 | 0.14 | 0.39 | 170.9 | 0.88 | 0.32 |
| Hex | A | 9B | 85 | 5E | 0 | E | 27 | AB | 58 | 20 |
| Octal | 12 | 233 | 205 | 136 | 0 | 16 | 47 | 253 | 130 | 40 |
| Binary | 1010 | 10011011 | 10000101 | 1011110 | 0 | 1110 | 100111 | 10101011 | 1011000 | 100000 |
Color Harmonies of #0A9B85
Complementary color
Monochromatic Colors of #0A9B85
Black with #0A9B85
Text Example
Text Example
White with #0A9B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9B85; }
p { color: rgb(10,155,133); }
H1.HeaderClassName
{
color: #0A9B85;
}
.AnyTagClassName
{
color: #0A9B85;
}
</style>
background-color css
<style>
a { background-color: #0A9B85; }
a { background-color: rgb(10,155,133); }
div.DivClassName
{
background-color: #0A9B85;
}
.BgClassName
{
background-color: #0A9B85;
}
</style>
border-color css
<style>
span { border-color: #0A9B85; }
span { border-color: rgb(10,155,133); }
td.TdClassName
{
border-color: #0A9B85;
}
.TagClassName
{
border-color: #0A9B85;
}
</style>