Shades of Persian Green #0A9F98
Tints of Persian Green #0A9F98
RGB
CMYK
RGB Variations
Color information
#0A9F98 (or 0x0A9F98) is known color: Persian Green. HEX triplet: 0A, 9F and 98. RGB value is (10,159,152). Sum of RGB (Red+Green+Blue) = 10+159+152=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9F98 is #F56067. Grayscale: #717171. Windows color (decimal): -16081000 or 10002186. OLE color: 10002186.
HSL color Cylindrical-coordinate representation of color #0A9F98: hue angle of 177.18º 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 #0A9F98 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 152 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.38 |
| HSL | 177.18º | 0.88% | 0.33% | - |
| HSV(B) | 177.18º | 0.94% | 0.62% | - |
| XYZ | 18.19 | 27.13 | 33.98 | - |
| YUV | 113.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 152 | 0.94 | 0 | 0.04 | 0.38 | 177.18 | 0.88 | 0.33 |
| Hex | A | 9F | 98 | 5E | 0 | 4 | 26 | B1 | 58 | 21 |
| Octal | 12 | 237 | 230 | 136 | 0 | 4 | 46 | 261 | 130 | 41 |
| Binary | 1010 | 10011111 | 10011000 | 1011110 | 0 | 100 | 100110 | 10110001 | 1011000 | 100001 |
Color Harmonies of #0A9F98
Complementary color
Monochromatic Colors of #0A9F98
Black with #0A9F98
Text Example
Text Example
White with #0A9F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F98; }
p { color: rgb(10,159,152); }
H1.HeaderClassName
{
color: #0A9F98;
}
.AnyTagClassName
{
color: #0A9F98;
}
</style>
background-color css
<style>
a { background-color: #0A9F98; }
a { background-color: rgb(10,159,152); }
div.DivClassName
{
background-color: #0A9F98;
}
.BgClassName
{
background-color: #0A9F98;
}
</style>
border-color css
<style>
span { border-color: #0A9F98; }
span { border-color: rgb(10,159,152); }
td.TdClassName
{
border-color: #0A9F98;
}
.TagClassName
{
border-color: #0A9F98;
}
</style>