Shades of Persian Green #0A9F9B
Tints of Persian Green #0A9F9B
RGB
CMYK
RGB Variations
Color information
#0A9F9B (or 0x0A9F9B) is known color: Persian Green. HEX triplet: 0A, 9F and 9B. RGB value is (10,159,155). Sum of RGB (Red+Green+Blue) = 10+159+155=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9F9B is #F56064. Grayscale: #717171. Windows color (decimal): -16080997 or 10198794. OLE color: 10198794.
HSL color Cylindrical-coordinate representation of color #0A9F9B: hue angle of 178.39º 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 #0A9F9B is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 155 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.38 |
| HSL | 178.39º | 0.88% | 0.33% | - |
| HSV(B) | 178.39º | 0.94% | 0.62% | - |
| XYZ | 18.44 | 27.23 | 35.29 | - |
| YUV | 113.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 155 | 0.94 | 0 | 0.03 | 0.38 | 178.39 | 0.88 | 0.33 |
| Hex | A | 9F | 9B | 5E | 0 | 3 | 26 | B2 | 58 | 21 |
| Octal | 12 | 237 | 233 | 136 | 0 | 3 | 46 | 262 | 130 | 41 |
| Binary | 1010 | 10011111 | 10011011 | 1011110 | 0 | 11 | 100110 | 10110010 | 1011000 | 100001 |
Color Harmonies of #0A9F9B
Complementary color
Monochromatic Colors of #0A9F9B
Black with #0A9F9B
Text Example
Text Example
White with #0A9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F9B; }
p { color: rgb(10,159,155); }
H1.HeaderClassName
{
color: #0A9F9B;
}
.AnyTagClassName
{
color: #0A9F9B;
}
</style>
background-color css
<style>
a { background-color: #0A9F9B; }
a { background-color: rgb(10,159,155); }
div.DivClassName
{
background-color: #0A9F9B;
}
.BgClassName
{
background-color: #0A9F9B;
}
</style>
border-color css
<style>
span { border-color: #0A9F9B; }
span { border-color: rgb(10,159,155); }
td.TdClassName
{
border-color: #0A9F9B;
}
.TagClassName
{
border-color: #0A9F9B;
}
</style>