Shades of Persian Green #0CA390
Tints of Persian Green #0CA390
RGB
CMYK
RGB Variations
Color information
#0CA390 (or 0x0CA390) is known color: Persian Green. HEX triplet: 0C, A3 and 90. RGB value is (12,163,144). Sum of RGB (Red+Green+Blue) = 12+163+144=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA390 is #F35C6F. Grayscale: #737373. Windows color (decimal): -15948912 or 9478924. OLE color: 9478924.
HSL color Cylindrical-coordinate representation of color #0CA390: hue angle of 172.45º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA390 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 144 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.36 |
| HSL | 172.45º | 0.86% | 0.34% | - |
| HSV(B) | 172.45º | 0.93% | 0.64% | - |
| XYZ | 18.28 | 28.29 | 30.88 | - |
| YUV | 115.69 | 143.97 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 144 | 0.93 | 0 | 0.12 | 0.36 | 172.45 | 0.86 | 0.34 |
| Hex | C | A3 | 90 | 5D | 0 | C | 24 | AC | 56 | 22 |
| Octal | 14 | 243 | 220 | 135 | 0 | 14 | 44 | 254 | 126 | 42 |
| Binary | 1100 | 10100011 | 10010000 | 1011101 | 0 | 1100 | 100100 | 10101100 | 1010110 | 100010 |
Color Harmonies of #0CA390
Complementary color
Monochromatic Colors of #0CA390
Black with #0CA390
Text Example
Text Example
White with #0CA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA390; }
p { color: rgb(12,163,144); }
H1.HeaderClassName
{
color: #0CA390;
}
.AnyTagClassName
{
color: #0CA390;
}
</style>
background-color css
<style>
a { background-color: #0CA390; }
a { background-color: rgb(12,163,144); }
div.DivClassName
{
background-color: #0CA390;
}
.BgClassName
{
background-color: #0CA390;
}
</style>
border-color css
<style>
span { border-color: #0CA390; }
span { border-color: rgb(12,163,144); }
td.TdClassName
{
border-color: #0CA390;
}
.TagClassName
{
border-color: #0CA390;
}
</style>