Shades of Persian Green #0CA392
Tints of Persian Green #0CA392
RGB
CMYK
RGB Variations
Color information
#0CA392 (or 0x0CA392) is known color: Persian Green. HEX triplet: 0C, A3 and 92. RGB value is (12,163,146). Sum of RGB (Red+Green+Blue) = 12+163+146=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA392 is #F35C6D. Grayscale: #737373. Windows color (decimal): -15948910 or 9609996. OLE color: 9609996.
HSL color Cylindrical-coordinate representation of color #0CA392: hue angle of 173.25º 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 #0CA392 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 163 | 146 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.36 |
| HSL | 173.25º | 0.86% | 0.34% | - |
| HSV(B) | 173.25º | 0.93% | 0.64% | - |
| XYZ | 18.44 | 28.35 | 31.69 | - |
| YUV | 115.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 146 | 0.93 | 0 | 0.10 | 0.36 | 173.25 | 0.86 | 0.34 |
| Hex | C | A3 | 92 | 5D | 0 | A | 24 | AD | 56 | 22 |
| Octal | 14 | 243 | 222 | 135 | 0 | 12 | 44 | 255 | 126 | 42 |
| Binary | 1100 | 10100011 | 10010010 | 1011101 | 0 | 1010 | 100100 | 10101101 | 1010110 | 100010 |
Color Harmonies of #0CA392
Complementary color
Monochromatic Colors of #0CA392
Black with #0CA392
Text Example
Text Example
White with #0CA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA392; }
p { color: rgb(12,163,146); }
H1.HeaderClassName
{
color: #0CA392;
}
.AnyTagClassName
{
color: #0CA392;
}
</style>
background-color css
<style>
a { background-color: #0CA392; }
a { background-color: rgb(12,163,146); }
div.DivClassName
{
background-color: #0CA392;
}
.BgClassName
{
background-color: #0CA392;
}
</style>
border-color css
<style>
span { border-color: #0CA392; }
span { border-color: rgb(12,163,146); }
td.TdClassName
{
border-color: #0CA392;
}
.TagClassName
{
border-color: #0CA392;
}
</style>