Shades of Persian Green #0CA898
Tints of Persian Green #0CA898
RGB
CMYK
RGB Variations
Color information
#0CA898 (or 0x0CA898) is known color: Persian Green. HEX triplet: 0C, A8 and 98. RGB value is (12,168,152). Sum of RGB (Red+Green+Blue) = 12+168+152=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA898 is #F35767. Grayscale: #777777. Windows color (decimal): -15947624 or 10004492. OLE color: 10004492.
HSL color Cylindrical-coordinate representation of color #0CA898: hue angle of 173.85º 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 #0CA898 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 12 | 168 | 152 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.34 |
| HSL | 173.85º | 0.87% | 0.35% | - |
| HSV(B) | 173.85º | 0.93% | 0.66% | - |
| XYZ | 19.82 | 30.35 | 34.52 | - |
| YUV | 119.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 152 | 0.93 | 0 | 0.10 | 0.34 | 173.85 | 0.87 | 0.35 |
| Hex | C | A8 | 98 | 5D | 0 | A | 22 | AE | 57 | 23 |
| Octal | 14 | 250 | 230 | 135 | 0 | 12 | 42 | 256 | 127 | 43 |
| Binary | 1100 | 10101000 | 10011000 | 1011101 | 0 | 1010 | 100010 | 10101110 | 1010111 | 100011 |
Color Harmonies of #0CA898
Complementary color
Monochromatic Colors of #0CA898
Black with #0CA898
Text Example
Text Example
White with #0CA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA898; }
p { color: rgb(12,168,152); }
H1.HeaderClassName
{
color: #0CA898;
}
.AnyTagClassName
{
color: #0CA898;
}
</style>
background-color css
<style>
a { background-color: #0CA898; }
a { background-color: rgb(12,168,152); }
div.DivClassName
{
background-color: #0CA898;
}
.BgClassName
{
background-color: #0CA898;
}
</style>
border-color css
<style>
span { border-color: #0CA898; }
span { border-color: rgb(12,168,152); }
td.TdClassName
{
border-color: #0CA898;
}
.TagClassName
{
border-color: #0CA898;
}
</style>