Shades of Persian Green #0DAE97
Tints of Persian Green #0DAE97
RGB
CMYK
RGB Variations
Color information
#0DAE97 (or 0x0DAE97) is known color: Persian Green. HEX triplet: 0D, AE and 97. RGB value is (13,174,151). Sum of RGB (Red+Green+Blue) = 13+174+151=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE97 is #F25168. Grayscale: #7B7B7B. Windows color (decimal): -15880553 or 9940493. OLE color: 9940493.
HSL color Cylindrical-coordinate representation of color #0DAE97: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE97 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 151 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.32 |
| HSL | 171.43º | 0.86% | 0.37% | - |
| HSV(B) | 171.43º | 0.93% | 0.68% | - |
| XYZ | 20.89 | 32.59 | 34.47 | - |
| YUV | 123.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 151 | 0.93 | 0 | 0.13 | 0.32 | 171.43 | 0.86 | 0.37 |
| Hex | D | AE | 97 | 5D | 0 | D | 20 | AB | 56 | 25 |
| Octal | 15 | 256 | 227 | 135 | 0 | 15 | 40 | 253 | 126 | 45 |
| Binary | 1101 | 10101110 | 10010111 | 1011101 | 0 | 1101 | 100000 | 10101011 | 1010110 | 100101 |
Color Harmonies of #0DAE97
Complementary color
Monochromatic Colors of #0DAE97
Black with #0DAE97
Text Example
Text Example
White with #0DAE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE97; }
p { color: rgb(13,174,151); }
H1.HeaderClassName
{
color: #0DAE97;
}
.AnyTagClassName
{
color: #0DAE97;
}
</style>
background-color css
<style>
a { background-color: #0DAE97; }
a { background-color: rgb(13,174,151); }
div.DivClassName
{
background-color: #0DAE97;
}
.BgClassName
{
background-color: #0DAE97;
}
</style>
border-color css
<style>
span { border-color: #0DAE97; }
span { border-color: rgb(13,174,151); }
td.TdClassName
{
border-color: #0DAE97;
}
.TagClassName
{
border-color: #0DAE97;
}
</style>