Shades of Persian Green #0DA28D
Tints of Persian Green #0DA28D
RGB
CMYK
RGB Variations
Color information
#0DA28D (or 0x0DA28D) is known color: Persian Green. HEX triplet: 0D, A2 and 8D. RGB value is (13,162,141). Sum of RGB (Red+Green+Blue) = 13+162+141=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA28D is #F25D72. Grayscale: #727272. Windows color (decimal): -15883635 or 9282061. OLE color: 9282061.
HSL color Cylindrical-coordinate representation of color #0DA28D: hue angle of 171.54º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA28D is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 141 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.36 |
| HSL | 171.54º | 0.85% | 0.34% | - |
| HSV(B) | 171.54º | 0.92% | 0.64% | - |
| XYZ | 17.89 | 27.85 | 29.63 | - |
| YUV | 115.06 | 142.64 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 141 | 0.92 | 0 | 0.13 | 0.36 | 171.54 | 0.85 | 0.34 |
| Hex | D | A2 | 8D | 5C | 0 | D | 24 | AC | 55 | 22 |
| Octal | 15 | 242 | 215 | 134 | 0 | 15 | 44 | 254 | 125 | 42 |
| Binary | 1101 | 10100010 | 10001101 | 1011100 | 0 | 1101 | 100100 | 10101100 | 1010101 | 100010 |
Color Harmonies of #0DA28D
Complementary color
Monochromatic Colors of #0DA28D
Black with #0DA28D
Text Example
Text Example
White with #0DA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA28D; }
p { color: rgb(13,162,141); }
H1.HeaderClassName
{
color: #0DA28D;
}
.AnyTagClassName
{
color: #0DA28D;
}
</style>
background-color css
<style>
a { background-color: #0DA28D; }
a { background-color: rgb(13,162,141); }
div.DivClassName
{
background-color: #0DA28D;
}
.BgClassName
{
background-color: #0DA28D;
}
</style>
border-color css
<style>
span { border-color: #0DA28D; }
span { border-color: rgb(13,162,141); }
td.TdClassName
{
border-color: #0DA28D;
}
.TagClassName
{
border-color: #0DA28D;
}
</style>