Shades of Persian Green #0CA794
Tints of Persian Green #0CA794
RGB
CMYK
RGB Variations
Color information
#0CA794 (or 0x0CA794) is known color: Persian Green. HEX triplet: 0C, A7 and 94. RGB value is (12,167,148). Sum of RGB (Red+Green+Blue) = 12+167+148=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA794 is #F3586B. Grayscale: #767676. Windows color (decimal): -15947884 or 9742092. OLE color: 9742092.
HSL color Cylindrical-coordinate representation of color #0CA794: hue angle of 172.65º 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 #0CA794 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 167 | 148 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.35 |
| HSL | 172.65º | 0.87% | 0.35% | - |
| HSV(B) | 172.65º | 0.93% | 0.65% | - |
| XYZ | 19.32 | 29.85 | 32.76 | - |
| YUV | 118.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 167 | 148 | 0.93 | 0 | 0.11 | 0.35 | 172.65 | 0.87 | 0.35 |
| Hex | C | A7 | 94 | 5D | 0 | B | 23 | AD | 57 | 23 |
| Octal | 14 | 247 | 224 | 135 | 0 | 13 | 43 | 255 | 127 | 43 |
| Binary | 1100 | 10100111 | 10010100 | 1011101 | 0 | 1011 | 100011 | 10101101 | 1010111 | 100011 |
Color Harmonies of #0CA794
Complementary color
Monochromatic Colors of #0CA794
Black with #0CA794
Text Example
Text Example
White with #0CA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA794; }
p { color: rgb(12,167,148); }
H1.HeaderClassName
{
color: #0CA794;
}
.AnyTagClassName
{
color: #0CA794;
}
</style>
background-color css
<style>
a { background-color: #0CA794; }
a { background-color: rgb(12,167,148); }
div.DivClassName
{
background-color: #0CA794;
}
.BgClassName
{
background-color: #0CA794;
}
</style>
border-color css
<style>
span { border-color: #0CA794; }
span { border-color: rgb(12,167,148); }
td.TdClassName
{
border-color: #0CA794;
}
.TagClassName
{
border-color: #0CA794;
}
</style>