Shades of Persian Green #0CA997
Tints of Persian Green #0CA997
RGB
CMYK
RGB Variations
Color information
#0CA997 (or 0x0CA997) is known color: Persian Green. HEX triplet: 0C, A9 and 97. RGB value is (12,169,151). Sum of RGB (Red+Green+Blue) = 12+169+151=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA997 is #F35668. Grayscale: #777777. Windows color (decimal): -15947369 or 9939212. OLE color: 9939212.
HSL color Cylindrical-coordinate representation of color #0CA997: hue angle of 173.12º 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 #0CA997 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 169 | 151 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.34 |
| HSL | 173.12º | 0.87% | 0.35% | - |
| HSV(B) | 173.12º | 0.93% | 0.66% | - |
| XYZ | 19.93 | 30.69 | 34.15 | - |
| YUV | 120.01 | 145.49 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 151 | 0.93 | 0 | 0.11 | 0.34 | 173.12 | 0.87 | 0.35 |
| Hex | C | A9 | 97 | 5D | 0 | B | 22 | AD | 57 | 23 |
| Octal | 14 | 251 | 227 | 135 | 0 | 13 | 42 | 255 | 127 | 43 |
| Binary | 1100 | 10101001 | 10010111 | 1011101 | 0 | 1011 | 100010 | 10101101 | 1010111 | 100011 |
Color Harmonies of #0CA997
Complementary color
Monochromatic Colors of #0CA997
Black with #0CA997
Text Example
Text Example
White with #0CA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA997; }
p { color: rgb(12,169,151); }
H1.HeaderClassName
{
color: #0CA997;
}
.AnyTagClassName
{
color: #0CA997;
}
</style>
background-color css
<style>
a { background-color: #0CA997; }
a { background-color: rgb(12,169,151); }
div.DivClassName
{
background-color: #0CA997;
}
.BgClassName
{
background-color: #0CA997;
}
</style>
border-color css
<style>
span { border-color: #0CA997; }
span { border-color: rgb(12,169,151); }
td.TdClassName
{
border-color: #0CA997;
}
.TagClassName
{
border-color: #0CA997;
}
</style>