Shades of Persian Green #0CA08D
Tints of Persian Green #0CA08D
RGB
CMYK
RGB Variations
Color information
#0CA08D (or 0x0CA08D) is known color: Persian Green. HEX triplet: 0C, A0 and 8D. RGB value is (12,160,141). Sum of RGB (Red+Green+Blue) = 12+160+141=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA08D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA08D is #F35F72. Grayscale: #717171. Windows color (decimal): -15949683 or 9281548. OLE color: 9281548.
HSL color Cylindrical-coordinate representation of color #0CA08D: hue angle of 172.3º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA08D is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 160 | 141 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.37 |
| HSL | 172.3º | 0.86% | 0.34% | - |
| HSV(B) | 172.3º | 0.93% | 0.63% | - |
| XYZ | 17.53 | 27.14 | 29.51 | - |
| YUV | 113.58 | 143.47 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 141 | 0.93 | 0 | 0.12 | 0.37 | 172.3 | 0.86 | 0.34 |
| Hex | C | A0 | 8D | 5D | 0 | C | 25 | AC | 56 | 22 |
| Octal | 14 | 240 | 215 | 135 | 0 | 14 | 45 | 254 | 126 | 42 |
| Binary | 1100 | 10100000 | 10001101 | 1011101 | 0 | 1100 | 100101 | 10101100 | 1010110 | 100010 |
Color Harmonies of #0CA08D
Complementary color
Monochromatic Colors of #0CA08D
Black with #0CA08D
Text Example
Text Example
White with #0CA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA08D; }
p { color: rgb(12,160,141); }
H1.HeaderClassName
{
color: #0CA08D;
}
.AnyTagClassName
{
color: #0CA08D;
}
</style>
background-color css
<style>
a { background-color: #0CA08D; }
a { background-color: rgb(12,160,141); }
div.DivClassName
{
background-color: #0CA08D;
}
.BgClassName
{
background-color: #0CA08D;
}
</style>
border-color css
<style>
span { border-color: #0CA08D; }
span { border-color: rgb(12,160,141); }
td.TdClassName
{
border-color: #0CA08D;
}
.TagClassName
{
border-color: #0CA08D;
}
</style>