Shades of Persian Green #0D9B8E
Tints of Persian Green #0D9B8E
RGB
CMYK
RGB Variations
Color information
#0D9B8E (or 0x0D9B8E) is known color: Persian Green. HEX triplet: 0D, 9B and 8E. RGB value is (13,155,142). Sum of RGB (Red+Green+Blue) = 13+155+142=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9B8E is #F26471. Grayscale: #6E6E6E. Windows color (decimal): -15885426 or 9345805. OLE color: 9345805.
HSL color Cylindrical-coordinate representation of color #0D9B8E: hue angle of 174.51º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B8E is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 155 | 142 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.39 |
| HSL | 174.51º | 0.85% | 0.33% | - |
| HSV(B) | 174.51º | 0.92% | 0.61% | - |
| XYZ | 16.77 | 25.48 | 29.63 | - |
| YUV | 111.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 142 | 0.92 | 0 | 0.08 | 0.39 | 174.51 | 0.85 | 0.33 |
| Hex | D | 9B | 8E | 5C | 0 | 8 | 27 | AF | 55 | 21 |
| Octal | 15 | 233 | 216 | 134 | 0 | 10 | 47 | 257 | 125 | 41 |
| Binary | 1101 | 10011011 | 10001110 | 1011100 | 0 | 1000 | 100111 | 10101111 | 1010101 | 100001 |
Color Harmonies of #0D9B8E
Complementary color
Monochromatic Colors of #0D9B8E
Black with #0D9B8E
Text Example
Text Example
White with #0D9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9B8E; }
p { color: rgb(13,155,142); }
H1.HeaderClassName
{
color: #0D9B8E;
}
.AnyTagClassName
{
color: #0D9B8E;
}
</style>
background-color css
<style>
a { background-color: #0D9B8E; }
a { background-color: rgb(13,155,142); }
div.DivClassName
{
background-color: #0D9B8E;
}
.BgClassName
{
background-color: #0D9B8E;
}
</style>
border-color css
<style>
span { border-color: #0D9B8E; }
span { border-color: rgb(13,155,142); }
td.TdClassName
{
border-color: #0D9B8E;
}
.TagClassName
{
border-color: #0D9B8E;
}
</style>