Shades of Persian Green #0DA49D
Tints of Persian Green #0DA49D
RGB
CMYK
RGB Variations
Color information
#0DA49D (or 0x0DA49D) is known color: Persian Green. HEX triplet: 0D, A4 and 9D. RGB value is (13,164,157). Sum of RGB (Red+Green+Blue) = 13+164+157=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA49D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA49D is #F25B62. Grayscale: #757575. Windows color (decimal): -15883107 or 10331149. OLE color: 10331149.
HSL color Cylindrical-coordinate representation of color #0DA49D: hue angle of 177.22º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA49D is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 164 | 157 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.36 |
| HSL | 177.22º | 0.85% | 0.35% | - |
| HSV(B) | 177.22º | 0.92% | 0.64% | - |
| XYZ | 19.53 | 29.07 | 36.48 | - |
| YUV | 118.05 | 149.97 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 157 | 0.92 | 0 | 0.04 | 0.36 | 177.22 | 0.85 | 0.35 |
| Hex | D | A4 | 9D | 5C | 0 | 4 | 24 | B1 | 55 | 23 |
| Octal | 15 | 244 | 235 | 134 | 0 | 4 | 44 | 261 | 125 | 43 |
| Binary | 1101 | 10100100 | 10011101 | 1011100 | 0 | 100 | 100100 | 10110001 | 1010101 | 100011 |
Color Harmonies of #0DA49D
Complementary color
Monochromatic Colors of #0DA49D
Black with #0DA49D
Text Example
Text Example
White with #0DA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA49D; }
p { color: rgb(13,164,157); }
H1.HeaderClassName
{
color: #0DA49D;
}
.AnyTagClassName
{
color: #0DA49D;
}
</style>
background-color css
<style>
a { background-color: #0DA49D; }
a { background-color: rgb(13,164,157); }
div.DivClassName
{
background-color: #0DA49D;
}
.BgClassName
{
background-color: #0DA49D;
}
</style>
border-color css
<style>
span { border-color: #0DA49D; }
span { border-color: rgb(13,164,157); }
td.TdClassName
{
border-color: #0DA49D;
}
.TagClassName
{
border-color: #0DA49D;
}
</style>