Shades of Persian Green #0CA890
Tints of Persian Green #0CA890
RGB
CMYK
RGB Variations
Color information
#0CA890 (or 0x0CA890) is known color: Persian Green. HEX triplet: 0C, A8 and 90. RGB value is (12,168,144). Sum of RGB (Red+Green+Blue) = 12+168+144=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA890 is #F3576F. Grayscale: #767676. Windows color (decimal): -15947632 or 9480204. OLE color: 9480204.
HSL color Cylindrical-coordinate representation of color #0CA890: hue angle of 170.77º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA890 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 144 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.34 |
| HSL | 170.77º | 0.87% | 0.35% | - |
| HSV(B) | 170.77º | 0.93% | 0.66% | - |
| XYZ | 19.19 | 30.1 | 31.18 | - |
| YUV | 118.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 144 | 0.93 | 0 | 0.14 | 0.34 | 170.77 | 0.87 | 0.35 |
| Hex | C | A8 | 90 | 5D | 0 | E | 22 | AB | 57 | 23 |
| Octal | 14 | 250 | 220 | 135 | 0 | 16 | 42 | 253 | 127 | 43 |
| Binary | 1100 | 10101000 | 10010000 | 1011101 | 0 | 1110 | 100010 | 10101011 | 1010111 | 100011 |
Color Harmonies of #0CA890
Complementary color
Monochromatic Colors of #0CA890
Black with #0CA890
Text Example
Text Example
White with #0CA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA890; }
p { color: rgb(12,168,144); }
H1.HeaderClassName
{
color: #0CA890;
}
.AnyTagClassName
{
color: #0CA890;
}
</style>
background-color css
<style>
a { background-color: #0CA890; }
a { background-color: rgb(12,168,144); }
div.DivClassName
{
background-color: #0CA890;
}
.BgClassName
{
background-color: #0CA890;
}
</style>
border-color css
<style>
span { border-color: #0CA890; }
span { border-color: rgb(12,168,144); }
td.TdClassName
{
border-color: #0CA890;
}
.TagClassName
{
border-color: #0CA890;
}
</style>