Shades of Persian Green #0CA897
Tints of Persian Green #0CA897
RGB
CMYK
RGB Variations
Color information
#0CA897 (or 0x0CA897) is known color: Persian Green. HEX triplet: 0C, A8 and 97. RGB value is (12,168,151). Sum of RGB (Red+Green+Blue) = 12+168+151=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA897 is #F35768. Grayscale: #777777. Windows color (decimal): -15947625 or 9938956. OLE color: 9938956.
HSL color Cylindrical-coordinate representation of color #0CA897: hue angle of 173.46º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA897 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 151 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.34 |
| HSL | 173.46º | 0.87% | 0.35% | - |
| HSV(B) | 173.46º | 0.93% | 0.66% | - |
| XYZ | 19.74 | 30.32 | 34.09 | - |
| YUV | 119.42 | 145.82 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 151 | 0.93 | 0 | 0.10 | 0.34 | 173.46 | 0.87 | 0.35 |
| Hex | C | A8 | 97 | 5D | 0 | A | 22 | AD | 57 | 23 |
| Octal | 14 | 250 | 227 | 135 | 0 | 12 | 42 | 255 | 127 | 43 |
| Binary | 1100 | 10101000 | 10010111 | 1011101 | 0 | 1010 | 100010 | 10101101 | 1010111 | 100011 |
Color Harmonies of #0CA897
Complementary color
Monochromatic Colors of #0CA897
Black with #0CA897
Text Example
Text Example
White with #0CA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA897; }
p { color: rgb(12,168,151); }
H1.HeaderClassName
{
color: #0CA897;
}
.AnyTagClassName
{
color: #0CA897;
}
</style>
background-color css
<style>
a { background-color: #0CA897; }
a { background-color: rgb(12,168,151); }
div.DivClassName
{
background-color: #0CA897;
}
.BgClassName
{
background-color: #0CA897;
}
</style>
border-color css
<style>
span { border-color: #0CA897; }
span { border-color: rgb(12,168,151); }
td.TdClassName
{
border-color: #0CA897;
}
.TagClassName
{
border-color: #0CA897;
}
</style>