Shades of Persian Green #0CA293
Tints of Persian Green #0CA293
RGB
CMYK
RGB Variations
Color information
#0CA293 (or 0x0CA293) is known color: Persian Green. HEX triplet: 0C, A2 and 93. RGB value is (12,162,147). Sum of RGB (Red+Green+Blue) = 12+162+147=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA293 is #F35D6C. Grayscale: #737373. Windows color (decimal): -15949165 or 9675276. OLE color: 9675276.
HSL color Cylindrical-coordinate representation of color #0CA293: hue angle of 174º 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 #0CA293 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 147 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.36 |
| HSL | 174º | 0.86% | 0.34% | - |
| HSV(B) | 174º | 0.93% | 0.64% | - |
| XYZ | 18.34 | 28.03 | 32.05 | - |
| YUV | 115.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 147 | 0.93 | 0 | 0.09 | 0.36 | 174 | 0.86 | 0.34 |
| Hex | C | A2 | 93 | 5D | 0 | 9 | 24 | AE | 56 | 22 |
| Octal | 14 | 242 | 223 | 135 | 0 | 11 | 44 | 256 | 126 | 42 |
| Binary | 1100 | 10100010 | 10010011 | 1011101 | 0 | 1001 | 100100 | 10101110 | 1010110 | 100010 |
Color Harmonies of #0CA293
Complementary color
Monochromatic Colors of #0CA293
Black with #0CA293
Text Example
Text Example
White with #0CA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA293; }
p { color: rgb(12,162,147); }
H1.HeaderClassName
{
color: #0CA293;
}
.AnyTagClassName
{
color: #0CA293;
}
</style>
background-color css
<style>
a { background-color: #0CA293; }
a { background-color: rgb(12,162,147); }
div.DivClassName
{
background-color: #0CA293;
}
.BgClassName
{
background-color: #0CA293;
}
</style>
border-color css
<style>
span { border-color: #0CA293; }
span { border-color: rgb(12,162,147); }
td.TdClassName
{
border-color: #0CA293;
}
.TagClassName
{
border-color: #0CA293;
}
</style>