Shades of Persian Green #0D9F88
Tints of Persian Green #0D9F88
RGB
CMYK
RGB Variations
Color information
#0D9F88 (or 0x0D9F88) is known color: Persian Green. HEX triplet: 0D, 9F and 88. RGB value is (13,159,136). Sum of RGB (Red+Green+Blue) = 13+159+136=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9F88 is #F26077. Grayscale: #707070. Windows color (decimal): -15884408 or 8953613. OLE color: 8953613.
HSL color Cylindrical-coordinate representation of color #0D9F88: hue angle of 170.55º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F88 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 159 | 136 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.38 |
| HSL | 170.55º | 0.85% | 0.34% | - |
| HSV(B) | 170.55º | 0.92% | 0.62% | - |
| XYZ | 17.01 | 26.66 | 27.54 | - |
| YUV | 112.72 | 141.13 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 136 | 0.92 | 0 | 0.14 | 0.38 | 170.55 | 0.85 | 0.34 |
| Hex | D | 9F | 88 | 5C | 0 | E | 26 | AB | 55 | 22 |
| Octal | 15 | 237 | 210 | 134 | 0 | 16 | 46 | 253 | 125 | 42 |
| Binary | 1101 | 10011111 | 10001000 | 1011100 | 0 | 1110 | 100110 | 10101011 | 1010101 | 100010 |
Color Harmonies of #0D9F88
Complementary color
Monochromatic Colors of #0D9F88
Black with #0D9F88
Text Example
Text Example
White with #0D9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9F88; }
p { color: rgb(13,159,136); }
H1.HeaderClassName
{
color: #0D9F88;
}
.AnyTagClassName
{
color: #0D9F88;
}
</style>
background-color css
<style>
a { background-color: #0D9F88; }
a { background-color: rgb(13,159,136); }
div.DivClassName
{
background-color: #0D9F88;
}
.BgClassName
{
background-color: #0D9F88;
}
</style>
border-color css
<style>
span { border-color: #0D9F88; }
span { border-color: rgb(13,159,136); }
td.TdClassName
{
border-color: #0D9F88;
}
.TagClassName
{
border-color: #0D9F88;
}
</style>