Shades of Persian Green #0A9B8D
Tints of Persian Green #0A9B8D
RGB
CMYK
RGB Variations
Color information
#0A9B8D (or 0x0A9B8D) is known color: Persian Green. HEX triplet: 0A, 9B and 8D. RGB value is (10,155,141). Sum of RGB (Red+Green+Blue) = 10+155+141=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9B8D is #F56472. Grayscale: #6D6D6D. Windows color (decimal): -16082035 or 9280266. OLE color: 9280266.
HSL color Cylindrical-coordinate representation of color #0A9B8D: hue angle of 174.21º 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 #0A9B8D is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 155 | 141 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.39 |
| HSL | 174.21º | 0.88% | 0.32% | - |
| HSV(B) | 174.21º | 0.94% | 0.61% | - |
| XYZ | 16.65 | 25.43 | 29.23 | - |
| YUV | 110.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 155 | 141 | 0.94 | 0 | 0.09 | 0.39 | 174.21 | 0.88 | 0.32 |
| Hex | A | 9B | 8D | 5E | 0 | 9 | 27 | AE | 58 | 20 |
| Octal | 12 | 233 | 215 | 136 | 0 | 11 | 47 | 256 | 130 | 40 |
| Binary | 1010 | 10011011 | 10001101 | 1011110 | 0 | 1001 | 100111 | 10101110 | 1011000 | 100000 |
Color Harmonies of #0A9B8D
Complementary color
Monochromatic Colors of #0A9B8D
Black with #0A9B8D
Text Example
Text Example
White with #0A9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9B8D; }
p { color: rgb(10,155,141); }
H1.HeaderClassName
{
color: #0A9B8D;
}
.AnyTagClassName
{
color: #0A9B8D;
}
</style>
background-color css
<style>
a { background-color: #0A9B8D; }
a { background-color: rgb(10,155,141); }
div.DivClassName
{
background-color: #0A9B8D;
}
.BgClassName
{
background-color: #0A9B8D;
}
</style>
border-color css
<style>
span { border-color: #0A9B8D; }
span { border-color: rgb(10,155,141); }
td.TdClassName
{
border-color: #0A9B8D;
}
.TagClassName
{
border-color: #0A9B8D;
}
</style>