Shades of Persian Green #0DAE9E
Tints of Persian Green #0DAE9E
RGB
CMYK
RGB Variations
Color information
#0DAE9E (or 0x0DAE9E) is known color: Persian Green. HEX triplet: 0D, AE and 9E. RGB value is (13,174,158). Sum of RGB (Red+Green+Blue) = 13+174+158=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE9E is #F25161. Grayscale: #7B7B7B. Windows color (decimal): -15880546 or 10399245. OLE color: 10399245.
HSL color Cylindrical-coordinate representation of color #0DAE9E: hue angle of 174.04º 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 #0DAE9E is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 158 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.32 |
| HSL | 174.04º | 0.86% | 0.37% | - |
| HSV(B) | 174.04º | 0.93% | 0.68% | - |
| XYZ | 21.47 | 32.83 | 37.55 | - |
| YUV | 124.04 | 147.16 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 158 | 0.93 | 0 | 0.09 | 0.32 | 174.04 | 0.86 | 0.37 |
| Hex | D | AE | 9E | 5D | 0 | 9 | 20 | AE | 56 | 25 |
| Octal | 15 | 256 | 236 | 135 | 0 | 11 | 40 | 256 | 126 | 45 |
| Binary | 1101 | 10101110 | 10011110 | 1011101 | 0 | 1001 | 100000 | 10101110 | 1010110 | 100101 |
Color Harmonies of #0DAE9E
Complementary color
Monochromatic Colors of #0DAE9E
Black with #0DAE9E
Text Example
Text Example
White with #0DAE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE9E; }
p { color: rgb(13,174,158); }
H1.HeaderClassName
{
color: #0DAE9E;
}
.AnyTagClassName
{
color: #0DAE9E;
}
</style>
background-color css
<style>
a { background-color: #0DAE9E; }
a { background-color: rgb(13,174,158); }
div.DivClassName
{
background-color: #0DAE9E;
}
.BgClassName
{
background-color: #0DAE9E;
}
</style>
border-color css
<style>
span { border-color: #0DAE9E; }
span { border-color: rgb(13,174,158); }
td.TdClassName
{
border-color: #0DAE9E;
}
.TagClassName
{
border-color: #0DAE9E;
}
</style>