Shades of Persian Green #0D9E8A
Tints of Persian Green #0D9E8A
RGB
CMYK
RGB Variations
Color information
#0D9E8A (or 0x0D9E8A) is known color: Persian Green. HEX triplet: 0D, 9E and 8A. RGB value is (13,158,138). Sum of RGB (Red+Green+Blue) = 13+158+138=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9E8A is #F26175. Grayscale: #707070. Windows color (decimal): -15884662 or 9084429. OLE color: 9084429.
HSL color Cylindrical-coordinate representation of color #0D9E8A: hue angle of 171.72º 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 #0D9E8A is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 158 | 138 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.38 |
| HSL | 171.72º | 0.85% | 0.34% | - |
| HSV(B) | 171.72º | 0.92% | 0.62% | - |
| XYZ | 16.98 | 26.37 | 28.24 | - |
| YUV | 112.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 138 | 0.92 | 0 | 0.13 | 0.38 | 171.72 | 0.85 | 0.34 |
| Hex | D | 9E | 8A | 5C | 0 | D | 26 | AC | 55 | 22 |
| Octal | 15 | 236 | 212 | 134 | 0 | 15 | 46 | 254 | 125 | 42 |
| Binary | 1101 | 10011110 | 10001010 | 1011100 | 0 | 1101 | 100110 | 10101100 | 1010101 | 100010 |
Color Harmonies of #0D9E8A
Complementary color
Monochromatic Colors of #0D9E8A
Black with #0D9E8A
Text Example
Text Example
White with #0D9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9E8A; }
p { color: rgb(13,158,138); }
H1.HeaderClassName
{
color: #0D9E8A;
}
.AnyTagClassName
{
color: #0D9E8A;
}
</style>
background-color css
<style>
a { background-color: #0D9E8A; }
a { background-color: rgb(13,158,138); }
div.DivClassName
{
background-color: #0D9E8A;
}
.BgClassName
{
background-color: #0D9E8A;
}
</style>
border-color css
<style>
span { border-color: #0D9E8A; }
span { border-color: rgb(13,158,138); }
td.TdClassName
{
border-color: #0D9E8A;
}
.TagClassName
{
border-color: #0D9E8A;
}
</style>