Shades of Persian Green #0DA78A
Tints of Persian Green #0DA78A
RGB
CMYK
RGB Variations
Color information
#0DA78A (or 0x0DA78A) is known color: Persian Green. HEX triplet: 0D, A7 and 8A. RGB value is (13,167,138). Sum of RGB (Red+Green+Blue) = 13+167+138=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA78A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA78A is #F25875. Grayscale: #757575. Windows color (decimal): -15882358 or 9086733. OLE color: 9086733.
HSL color Cylindrical-coordinate representation of color #0DA78A: hue angle of 168.7º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA78A is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 167 | 138 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.35 |
| HSL | 168.7º | 0.86% | 0.35% | - |
| HSV(B) | 168.7º | 0.92% | 0.65% | - |
| XYZ | 18.57 | 29.56 | 28.77 | - |
| YUV | 117.65 | 139.48 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 138 | 0.92 | 0 | 0.17 | 0.35 | 168.7 | 0.86 | 0.35 |
| Hex | D | A7 | 8A | 5C | 0 | 11 | 23 | A9 | 56 | 23 |
| Octal | 15 | 247 | 212 | 134 | 0 | 21 | 43 | 251 | 126 | 43 |
| Binary | 1101 | 10100111 | 10001010 | 1011100 | 0 | 10001 | 100011 | 10101001 | 1010110 | 100011 |
Color Harmonies of #0DA78A
Complementary color
Monochromatic Colors of #0DA78A
Black with #0DA78A
Text Example
Text Example
White with #0DA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA78A; }
p { color: rgb(13,167,138); }
H1.HeaderClassName
{
color: #0DA78A;
}
.AnyTagClassName
{
color: #0DA78A;
}
</style>
background-color css
<style>
a { background-color: #0DA78A; }
a { background-color: rgb(13,167,138); }
div.DivClassName
{
background-color: #0DA78A;
}
.BgClassName
{
background-color: #0DA78A;
}
</style>
border-color css
<style>
span { border-color: #0DA78A; }
span { border-color: rgb(13,167,138); }
td.TdClassName
{
border-color: #0DA78A;
}
.TagClassName
{
border-color: #0DA78A;
}
</style>