Shades of Persian Green #0CAC9F
Tints of Persian Green #0CAC9F
RGB
CMYK
RGB Variations
Color information
#0CAC9F (or 0x0CAC9F) is known color: Persian Green. HEX triplet: 0C, AC and 9F. RGB value is (12,172,159). Sum of RGB (Red+Green+Blue) = 12+172+159=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC9F is #F35360. Grayscale: #7A7A7A. Windows color (decimal): -15946593 or 10464268. OLE color: 10464268.
HSL color Cylindrical-coordinate representation of color #0CAC9F: hue angle of 175.12º 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 #0CAC9F is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 159 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.33 |
| HSL | 175.13º | 0.87% | 0.36% | - |
| HSV(B) | 175.13º | 0.93% | 0.67% | - |
| XYZ | 21.16 | 32.09 | 37.88 | - |
| YUV | 122.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 159 | 0.93 | 0 | 0.08 | 0.33 | 175.13 | 0.87 | 0.36 |
| Hex | C | AC | 9F | 5D | 0 | 8 | 21 | AF | 57 | 24 |
| Octal | 14 | 254 | 237 | 135 | 0 | 10 | 41 | 257 | 127 | 44 |
| Binary | 1100 | 10101100 | 10011111 | 1011101 | 0 | 1000 | 100001 | 10101111 | 1010111 | 100100 |
Color Harmonies of #0CAC9F
Complementary color
Monochromatic Colors of #0CAC9F
Black with #0CAC9F
Text Example
Text Example
White with #0CAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC9F; }
p { color: rgb(12,172,159); }
H1.HeaderClassName
{
color: #0CAC9F;
}
.AnyTagClassName
{
color: #0CAC9F;
}
</style>
background-color css
<style>
a { background-color: #0CAC9F; }
a { background-color: rgb(12,172,159); }
div.DivClassName
{
background-color: #0CAC9F;
}
.BgClassName
{
background-color: #0CAC9F;
}
</style>
border-color css
<style>
span { border-color: #0CAC9F; }
span { border-color: rgb(12,172,159); }
td.TdClassName
{
border-color: #0CAC9F;
}
.TagClassName
{
border-color: #0CAC9F;
}
</style>