Shades of Persian Green #0CA7A2
Tints of Persian Green #0CA7A2
RGB
CMYK
RGB Variations
Color information
#0CA7A2 (or 0x0CA7A2) is known color: Persian Green. HEX triplet: 0C, A7 and A2. RGB value is (12,167,162). Sum of RGB (Red+Green+Blue) = 12+167+162=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA7A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA7A2 is #F3585D. Grayscale: #777777. Windows color (decimal): -15947870 or 10659596. OLE color: 10659596.
HSL color Cylindrical-coordinate representation of color #0CA7A2: hue angle of 178.06º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA7A2 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 167 | 162 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.35 |
| HSL | 178.06º | 0.87% | 0.35% | - |
| HSV(B) | 178.06º | 0.93% | 0.65% | - |
| XYZ | 20.49 | 30.32 | 38.96 | - |
| YUV | 120.09 | 151.65 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 167 | 162 | 0.93 | 0 | 0.03 | 0.35 | 178.06 | 0.87 | 0.35 |
| Hex | C | A7 | A2 | 5D | 0 | 3 | 23 | B2 | 57 | 23 |
| Octal | 14 | 247 | 242 | 135 | 0 | 3 | 43 | 262 | 127 | 43 |
| Binary | 1100 | 10100111 | 10100010 | 1011101 | 0 | 11 | 100011 | 10110010 | 1010111 | 100011 |
Color Harmonies of #0CA7A2
Complementary color
Monochromatic Colors of #0CA7A2
Black with #0CA7A2
Text Example
Text Example
White with #0CA7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA7A2; }
p { color: rgb(12,167,162); }
H1.HeaderClassName
{
color: #0CA7A2;
}
.AnyTagClassName
{
color: #0CA7A2;
}
</style>
background-color css
<style>
a { background-color: #0CA7A2; }
a { background-color: rgb(12,167,162); }
div.DivClassName
{
background-color: #0CA7A2;
}
.BgClassName
{
background-color: #0CA7A2;
}
</style>
border-color css
<style>
span { border-color: #0CA7A2; }
span { border-color: rgb(12,167,162); }
td.TdClassName
{
border-color: #0CA7A2;
}
.TagClassName
{
border-color: #0CA7A2;
}
</style>