Shades of Persian Green #0DA28A
Tints of Persian Green #0DA28A
RGB
CMYK
RGB Variations
Color information
#0DA28A (or 0x0DA28A) is known color: Persian Green. HEX triplet: 0D, A2 and 8A. RGB value is (13,162,138). Sum of RGB (Red+Green+Blue) = 13+162+138=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA28A is #F25D75. Grayscale: #727272. Windows color (decimal): -15883638 or 9085453. OLE color: 9085453.
HSL color Cylindrical-coordinate representation of color #0DA28A: hue angle of 170.34º 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 #0DA28A is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 138 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.36 |
| HSL | 170.34º | 0.85% | 0.34% | - |
| HSV(B) | 170.34º | 0.92% | 0.64% | - |
| XYZ | 17.67 | 27.76 | 28.47 | - |
| YUV | 114.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 138 | 0.92 | 0 | 0.15 | 0.36 | 170.34 | 0.85 | 0.34 |
| Hex | D | A2 | 8A | 5C | 0 | F | 24 | AA | 55 | 22 |
| Octal | 15 | 242 | 212 | 134 | 0 | 17 | 44 | 252 | 125 | 42 |
| Binary | 1101 | 10100010 | 10001010 | 1011100 | 0 | 1111 | 100100 | 10101010 | 1010101 | 100010 |
Color Harmonies of #0DA28A
Complementary color
Monochromatic Colors of #0DA28A
Black with #0DA28A
Text Example
Text Example
White with #0DA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA28A; }
p { color: rgb(13,162,138); }
H1.HeaderClassName
{
color: #0DA28A;
}
.AnyTagClassName
{
color: #0DA28A;
}
</style>
background-color css
<style>
a { background-color: #0DA28A; }
a { background-color: rgb(13,162,138); }
div.DivClassName
{
background-color: #0DA28A;
}
.BgClassName
{
background-color: #0DA28A;
}
</style>
border-color css
<style>
span { border-color: #0DA28A; }
span { border-color: rgb(13,162,138); }
td.TdClassName
{
border-color: #0DA28A;
}
.TagClassName
{
border-color: #0DA28A;
}
</style>