Shades of Persian Green #0DAC8C
Tints of Persian Green #0DAC8C
RGB
CMYK
RGB Variations
Color information
#0DAC8C (or 0x0DAC8C) is known color: Persian Green. HEX triplet: 0D, AC and 8C. RGB value is (13,172,140). Sum of RGB (Red+Green+Blue) = 13+172+140=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC8C is #F25373. Grayscale: #787878. Windows color (decimal): -15881076 or 9219085. OLE color: 9219085.
HSL color Cylindrical-coordinate representation of color #0DAC8C: hue angle of 167.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC8C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 140 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.33 |
| HSL | 167.92º | 0.86% | 0.36% | - |
| HSV(B) | 167.92º | 0.92% | 0.67% | - |
| XYZ | 19.65 | 31.48 | 29.85 | - |
| YUV | 120.81 | 138.82 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 140 | 0.92 | 0 | 0.19 | 0.33 | 167.92 | 0.86 | 0.36 |
| Hex | D | AC | 8C | 5C | 0 | 13 | 21 | A8 | 56 | 24 |
| Octal | 15 | 254 | 214 | 134 | 0 | 23 | 41 | 250 | 126 | 44 |
| Binary | 1101 | 10101100 | 10001100 | 1011100 | 0 | 10011 | 100001 | 10101000 | 1010110 | 100100 |
Color Harmonies of #0DAC8C
Complementary color
Monochromatic Colors of #0DAC8C
Black with #0DAC8C
Text Example
Text Example
White with #0DAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC8C; }
p { color: rgb(13,172,140); }
H1.HeaderClassName
{
color: #0DAC8C;
}
.AnyTagClassName
{
color: #0DAC8C;
}
</style>
background-color css
<style>
a { background-color: #0DAC8C; }
a { background-color: rgb(13,172,140); }
div.DivClassName
{
background-color: #0DAC8C;
}
.BgClassName
{
background-color: #0DAC8C;
}
</style>
border-color css
<style>
span { border-color: #0DAC8C; }
span { border-color: rgb(13,172,140); }
td.TdClassName
{
border-color: #0DAC8C;
}
.TagClassName
{
border-color: #0DAC8C;
}
</style>