Shades of Persian Green #0CAA9F
Tints of Persian Green #0CAA9F
RGB
CMYK
RGB Variations
Color information
#0CAA9F (or 0x0CAA9F) is known color: Persian Green. HEX triplet: 0C, AA and 9F. RGB value is (12,170,159). Sum of RGB (Red+Green+Blue) = 12+170+159=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA9F is #F35560. Grayscale: #797979. Windows color (decimal): -15947105 or 10463756. OLE color: 10463756.
HSL color Cylindrical-coordinate representation of color #0CAA9F: hue angle of 175.82º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA9F is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 159 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.33 |
| HSL | 175.82º | 0.87% | 0.36% | - |
| HSV(B) | 175.82º | 0.93% | 0.67% | - |
| XYZ | 20.78 | 31.33 | 37.75 | - |
| YUV | 121.5 | 149.15 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 159 | 0.93 | 0 | 0.06 | 0.33 | 175.82 | 0.87 | 0.36 |
| Hex | C | AA | 9F | 5D | 0 | 6 | 21 | B0 | 57 | 24 |
| Octal | 14 | 252 | 237 | 135 | 0 | 6 | 41 | 260 | 127 | 44 |
| Binary | 1100 | 10101010 | 10011111 | 1011101 | 0 | 110 | 100001 | 10110000 | 1010111 | 100100 |
Color Harmonies of #0CAA9F
Complementary color
Monochromatic Colors of #0CAA9F
Black with #0CAA9F
Text Example
Text Example
White with #0CAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA9F; }
p { color: rgb(12,170,159); }
H1.HeaderClassName
{
color: #0CAA9F;
}
.AnyTagClassName
{
color: #0CAA9F;
}
</style>
background-color css
<style>
a { background-color: #0CAA9F; }
a { background-color: rgb(12,170,159); }
div.DivClassName
{
background-color: #0CAA9F;
}
.BgClassName
{
background-color: #0CAA9F;
}
</style>
border-color css
<style>
span { border-color: #0CAA9F; }
span { border-color: rgb(12,170,159); }
td.TdClassName
{
border-color: #0CAA9F;
}
.TagClassName
{
border-color: #0CAA9F;
}
</style>