Shades of Persian Green #0D9D90
Tints of Persian Green #0D9D90
RGB
CMYK
RGB Variations
Color information
#0D9D90 (or 0x0D9D90) is known color: Persian Green. HEX triplet: 0D, 9D and 90. RGB value is (13,157,144). Sum of RGB (Red+Green+Blue) = 13+157+144=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9D90 is #F2626F. Grayscale: #707070. Windows color (decimal): -15884912 or 9477389. OLE color: 9477389.
HSL color Cylindrical-coordinate representation of color #0D9D90: hue angle of 174.58º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D90 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 144 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.38 |
| HSL | 174.58º | 0.85% | 0.33% | - |
| HSV(B) | 174.58º | 0.92% | 0.62% | - |
| XYZ | 17.26 | 26.21 | 30.54 | - |
| YUV | 112.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 144 | 0.92 | 0 | 0.08 | 0.38 | 174.58 | 0.85 | 0.33 |
| Hex | D | 9D | 90 | 5C | 0 | 8 | 26 | AF | 55 | 21 |
| Octal | 15 | 235 | 220 | 134 | 0 | 10 | 46 | 257 | 125 | 41 |
| Binary | 1101 | 10011101 | 10010000 | 1011100 | 0 | 1000 | 100110 | 10101111 | 1010101 | 100001 |
Color Harmonies of #0D9D90
Complementary color
Monochromatic Colors of #0D9D90
Black with #0D9D90
Text Example
Text Example
White with #0D9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D90; }
p { color: rgb(13,157,144); }
H1.HeaderClassName
{
color: #0D9D90;
}
.AnyTagClassName
{
color: #0D9D90;
}
</style>
background-color css
<style>
a { background-color: #0D9D90; }
a { background-color: rgb(13,157,144); }
div.DivClassName
{
background-color: #0D9D90;
}
.BgClassName
{
background-color: #0D9D90;
}
</style>
border-color css
<style>
span { border-color: #0D9D90; }
span { border-color: rgb(13,157,144); }
td.TdClassName
{
border-color: #0D9D90;
}
.TagClassName
{
border-color: #0D9D90;
}
</style>