Shades of Persian Green #0DA2A4
Tints of Persian Green #0DA2A4
RGB
CMYK
RGB Variations
Color information
#0DA2A4 (or 0x0DA2A4) is known color: Persian Green. HEX triplet: 0D, A2 and A4. RGB value is (13,162,164). Sum of RGB (Red+Green+Blue) = 13+162+164=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #0DA2A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA2A4 is #F25D5B. Grayscale: #757575. Windows color (decimal): -15883612 or 10789389. OLE color: 10789389.
HSL color Cylindrical-coordinate representation of color #0DA2A4: hue angle of 180.79º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA2A4 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 164 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.36 |
| HSL | 180.79º | 0.85% | 0.35% | - |
| HSV(B) | 180.79º | 0.92% | 0.64% | - |
| XYZ | 19.79 | 28.61 | 39.6 | - |
| YUV | 117.68 | 154.14 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 164 | 0.92 | 0.01 | 0 | 0.36 | 180.79 | 0.85 | 0.35 |
| Hex | D | A2 | A4 | 5C | 1 | 0 | 24 | B5 | 55 | 23 |
| Octal | 15 | 242 | 244 | 134 | 1 | 0 | 44 | 265 | 125 | 43 |
| Binary | 1101 | 10100010 | 10100100 | 1011100 | 1 | 0 | 100100 | 10110101 | 1010101 | 100011 |
Color Harmonies of #0DA2A4
Complementary color
Monochromatic Colors of #0DA2A4
Black with #0DA2A4
Text Example
Text Example
White with #0DA2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA2A4; }
p { color: rgb(13,162,164); }
H1.HeaderClassName
{
color: #0DA2A4;
}
.AnyTagClassName
{
color: #0DA2A4;
}
</style>
background-color css
<style>
a { background-color: #0DA2A4; }
a { background-color: rgb(13,162,164); }
div.DivClassName
{
background-color: #0DA2A4;
}
.BgClassName
{
background-color: #0DA2A4;
}
</style>
border-color css
<style>
span { border-color: #0DA2A4; }
span { border-color: rgb(13,162,164); }
td.TdClassName
{
border-color: #0DA2A4;
}
.TagClassName
{
border-color: #0DA2A4;
}
</style>