Shades of Persian Green #0DAE9A
Tints of Persian Green #0DAE9A
RGB
CMYK
RGB Variations
Color information
#0DAE9A (or 0x0DAE9A) is known color: Persian Green. HEX triplet: 0D, AE and 9A. RGB value is (13,174,154). Sum of RGB (Red+Green+Blue) = 13+174+154=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE9A is #F25165. Grayscale: #7B7B7B. Windows color (decimal): -15880550 or 10137101. OLE color: 10137101.
HSL color Cylindrical-coordinate representation of color #0DAE9A: hue angle of 172.55º 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 #0DAE9A is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 154 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.32 |
| HSL | 172.55º | 0.86% | 0.37% | - |
| HSV(B) | 172.55º | 0.93% | 0.68% | - |
| XYZ | 21.13 | 32.69 | 35.77 | - |
| YUV | 123.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 154 | 0.93 | 0 | 0.11 | 0.32 | 172.55 | 0.86 | 0.37 |
| Hex | D | AE | 9A | 5D | 0 | B | 20 | AD | 56 | 25 |
| Octal | 15 | 256 | 232 | 135 | 0 | 13 | 40 | 255 | 126 | 45 |
| Binary | 1101 | 10101110 | 10011010 | 1011101 | 0 | 1011 | 100000 | 10101101 | 1010110 | 100101 |
Color Harmonies of #0DAE9A
Complementary color
Monochromatic Colors of #0DAE9A
Black with #0DAE9A
Text Example
Text Example
White with #0DAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE9A; }
p { color: rgb(13,174,154); }
H1.HeaderClassName
{
color: #0DAE9A;
}
.AnyTagClassName
{
color: #0DAE9A;
}
</style>
background-color css
<style>
a { background-color: #0DAE9A; }
a { background-color: rgb(13,174,154); }
div.DivClassName
{
background-color: #0DAE9A;
}
.BgClassName
{
background-color: #0DAE9A;
}
</style>
border-color css
<style>
span { border-color: #0DAE9A; }
span { border-color: rgb(13,174,154); }
td.TdClassName
{
border-color: #0DAE9A;
}
.TagClassName
{
border-color: #0DAE9A;
}
</style>