Shades of Persian Green #0DA58A
Tints of Persian Green #0DA58A
RGB
CMYK
RGB Variations
Color information
#0DA58A (or 0x0DA58A) is known color: Persian Green. HEX triplet: 0D, A5 and 8A. RGB value is (13,165,138). Sum of RGB (Red+Green+Blue) = 13+165+138=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA58A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA58A is #F25A75. Grayscale: #747474. Windows color (decimal): -15882870 or 9086221. OLE color: 9086221.
HSL color Cylindrical-coordinate representation of color #0DA58A: hue angle of 169.34º degrees, saturation: 0.85, 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 #0DA58A is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 165 | 138 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.35 |
| HSL | 169.34º | 0.85% | 0.35% | - |
| HSV(B) | 169.34º | 0.92% | 0.65% | - |
| XYZ | 18.21 | 28.83 | 28.65 | - |
| YUV | 116.47 | 140.14 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 165 | 138 | 0.92 | 0 | 0.16 | 0.35 | 169.34 | 0.85 | 0.35 |
| Hex | D | A5 | 8A | 5C | 0 | 10 | 23 | A9 | 55 | 23 |
| Octal | 15 | 245 | 212 | 134 | 0 | 20 | 43 | 251 | 125 | 43 |
| Binary | 1101 | 10100101 | 10001010 | 1011100 | 0 | 10000 | 100011 | 10101001 | 1010101 | 100011 |
Color Harmonies of #0DA58A
Complementary color
Monochromatic Colors of #0DA58A
Black with #0DA58A
Text Example
Text Example
White with #0DA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA58A; }
p { color: rgb(13,165,138); }
H1.HeaderClassName
{
color: #0DA58A;
}
.AnyTagClassName
{
color: #0DA58A;
}
</style>
background-color css
<style>
a { background-color: #0DA58A; }
a { background-color: rgb(13,165,138); }
div.DivClassName
{
background-color: #0DA58A;
}
.BgClassName
{
background-color: #0DA58A;
}
</style>
border-color css
<style>
span { border-color: #0DA58A; }
span { border-color: rgb(13,165,138); }
td.TdClassName
{
border-color: #0DA58A;
}
.TagClassName
{
border-color: #0DA58A;
}
</style>