Shades of Persian Green #0CAC8E
Tints of Persian Green #0CAC8E
RGB
CMYK
RGB Variations
Color information
#0CAC8E (or 0x0CAC8E) is known color: Persian Green. HEX triplet: 0C, AC and 8E. RGB value is (12,172,142). Sum of RGB (Red+Green+Blue) = 12+172+142=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC8E is #F35371. Grayscale: #787878. Windows color (decimal): -15946610 or 9350156. OLE color: 9350156.
HSL color Cylindrical-coordinate representation of color #0CAC8E: hue angle of 168.75º 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 #0CAC8E is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 142 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.33 |
| HSL | 168.75º | 0.87% | 0.36% | - |
| HSV(B) | 168.75º | 0.93% | 0.67% | - |
| XYZ | 19.79 | 31.54 | 30.64 | - |
| YUV | 120.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 142 | 0.93 | 0 | 0.17 | 0.33 | 168.75 | 0.87 | 0.36 |
| Hex | C | AC | 8E | 5D | 0 | 11 | 21 | A9 | 57 | 24 |
| Octal | 14 | 254 | 216 | 135 | 0 | 21 | 41 | 251 | 127 | 44 |
| Binary | 1100 | 10101100 | 10001110 | 1011101 | 0 | 10001 | 100001 | 10101001 | 1010111 | 100100 |
Color Harmonies of #0CAC8E
Complementary color
Monochromatic Colors of #0CAC8E
Black with #0CAC8E
Text Example
Text Example
White with #0CAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC8E; }
p { color: rgb(12,172,142); }
H1.HeaderClassName
{
color: #0CAC8E;
}
.AnyTagClassName
{
color: #0CAC8E;
}
</style>
background-color css
<style>
a { background-color: #0CAC8E; }
a { background-color: rgb(12,172,142); }
div.DivClassName
{
background-color: #0CAC8E;
}
.BgClassName
{
background-color: #0CAC8E;
}
</style>
border-color css
<style>
span { border-color: #0CAC8E; }
span { border-color: rgb(12,172,142); }
td.TdClassName
{
border-color: #0CAC8E;
}
.TagClassName
{
border-color: #0CAC8E;
}
</style>