Shades of Persian Green #0CAA9C
Tints of Persian Green #0CAA9C
RGB
CMYK
RGB Variations
Color information
#0CAA9C (or 0x0CAA9C) is known color: Persian Green. HEX triplet: 0C, AA and 9C. RGB value is (12,170,156). Sum of RGB (Red+Green+Blue) = 12+170+156=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA9C is #F35563. Grayscale: #797979. Windows color (decimal): -15947108 or 10267148. OLE color: 10267148.
HSL color Cylindrical-coordinate representation of color #0CAA9C: hue angle of 174.68º 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 #0CAA9C is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 170 | 156 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.33 |
| HSL | 174.68º | 0.87% | 0.36% | - |
| HSV(B) | 174.68º | 0.93% | 0.67% | - |
| XYZ | 20.53 | 31.23 | 36.4 | - |
| YUV | 121.16 | 147.65 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 156 | 0.93 | 0 | 0.08 | 0.33 | 174.68 | 0.87 | 0.36 |
| Hex | C | AA | 9C | 5D | 0 | 8 | 21 | AF | 57 | 24 |
| Octal | 14 | 252 | 234 | 135 | 0 | 10 | 41 | 257 | 127 | 44 |
| Binary | 1100 | 10101010 | 10011100 | 1011101 | 0 | 1000 | 100001 | 10101111 | 1010111 | 100100 |
Color Harmonies of #0CAA9C
Complementary color
Monochromatic Colors of #0CAA9C
Black with #0CAA9C
Text Example
Text Example
White with #0CAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAA9C; }
p { color: rgb(12,170,156); }
H1.HeaderClassName
{
color: #0CAA9C;
}
.AnyTagClassName
{
color: #0CAA9C;
}
</style>
background-color css
<style>
a { background-color: #0CAA9C; }
a { background-color: rgb(12,170,156); }
div.DivClassName
{
background-color: #0CAA9C;
}
.BgClassName
{
background-color: #0CAA9C;
}
</style>
border-color css
<style>
span { border-color: #0CAA9C; }
span { border-color: rgb(12,170,156); }
td.TdClassName
{
border-color: #0CAA9C;
}
.TagClassName
{
border-color: #0CAA9C;
}
</style>