Shades of Persian Green #0DAE90
Tints of Persian Green #0DAE90
RGB
CMYK
RGB Variations
Color information
#0DAE90 (or 0x0DAE90) is known color: Persian Green. HEX triplet: 0D, AE and 90. RGB value is (13,174,144). Sum of RGB (Red+Green+Blue) = 13+174+144=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE90 is #F2516F. Grayscale: #7A7A7A. Windows color (decimal): -15880560 or 9481741. OLE color: 9481741.
HSL color Cylindrical-coordinate representation of color #0DAE90: hue angle of 168.82º 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 #0DAE90 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 144 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.32 |
| HSL | 168.82º | 0.86% | 0.37% | - |
| HSV(B) | 168.82º | 0.93% | 0.68% | - |
| XYZ | 20.34 | 32.37 | 31.56 | - |
| YUV | 122.44 | 140.16 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 144 | 0.93 | 0 | 0.17 | 0.32 | 168.82 | 0.86 | 0.37 |
| Hex | D | AE | 90 | 5D | 0 | 11 | 20 | A9 | 56 | 25 |
| Octal | 15 | 256 | 220 | 135 | 0 | 21 | 40 | 251 | 126 | 45 |
| Binary | 1101 | 10101110 | 10010000 | 1011101 | 0 | 10001 | 100000 | 10101001 | 1010110 | 100101 |
Color Harmonies of #0DAE90
Complementary color
Monochromatic Colors of #0DAE90
Black with #0DAE90
Text Example
Text Example
White with #0DAE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE90; }
p { color: rgb(13,174,144); }
H1.HeaderClassName
{
color: #0DAE90;
}
.AnyTagClassName
{
color: #0DAE90;
}
</style>
background-color css
<style>
a { background-color: #0DAE90; }
a { background-color: rgb(13,174,144); }
div.DivClassName
{
background-color: #0DAE90;
}
.BgClassName
{
background-color: #0DAE90;
}
</style>
border-color css
<style>
span { border-color: #0DAE90; }
span { border-color: rgb(13,174,144); }
td.TdClassName
{
border-color: #0DAE90;
}
.TagClassName
{
border-color: #0DAE90;
}
</style>