Shades of Persian Green #0CA299
Tints of Persian Green #0CA299
RGB
CMYK
RGB Variations
Color information
#0CA299 (or 0x0CA299) is known color: Persian Green. HEX triplet: 0C, A2 and 99. RGB value is (12,162,153). Sum of RGB (Red+Green+Blue) = 12+162+153=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA299 is #F35D66. Grayscale: #747474. Windows color (decimal): -15949159 or 10068492. OLE color: 10068492.
HSL color Cylindrical-coordinate representation of color #0CA299: hue angle of 176.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA299 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 153 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.36 |
| HSL | 176.4º | 0.86% | 0.34% | - |
| HSV(B) | 176.4º | 0.93% | 0.64% | - |
| XYZ | 18.82 | 28.22 | 34.59 | - |
| YUV | 116.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 153 | 0.93 | 0 | 0.06 | 0.36 | 176.4 | 0.86 | 0.34 |
| Hex | C | A2 | 99 | 5D | 0 | 6 | 24 | B0 | 56 | 22 |
| Octal | 14 | 242 | 231 | 135 | 0 | 6 | 44 | 260 | 126 | 42 |
| Binary | 1100 | 10100010 | 10011001 | 1011101 | 0 | 110 | 100100 | 10110000 | 1010110 | 100010 |
Color Harmonies of #0CA299
Complementary color
Monochromatic Colors of #0CA299
Black with #0CA299
Text Example
Text Example
White with #0CA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA299; }
p { color: rgb(12,162,153); }
H1.HeaderClassName
{
color: #0CA299;
}
.AnyTagClassName
{
color: #0CA299;
}
</style>
background-color css
<style>
a { background-color: #0CA299; }
a { background-color: rgb(12,162,153); }
div.DivClassName
{
background-color: #0CA299;
}
.BgClassName
{
background-color: #0CA299;
}
</style>
border-color css
<style>
span { border-color: #0CA299; }
span { border-color: rgb(12,162,153); }
td.TdClassName
{
border-color: #0CA299;
}
.TagClassName
{
border-color: #0CA299;
}
</style>