Shades of Persian Green #0CA19A
Tints of Persian Green #0CA19A
RGB
CMYK
RGB Variations
Color information
#0CA19A (or 0x0CA19A) is known color: Persian Green. HEX triplet: 0C, A1 and 9A. RGB value is (12,161,154). Sum of RGB (Red+Green+Blue) = 12+161+154=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA19A is #F35E65. Grayscale: #737373. Windows color (decimal): -15949414 or 10133772. OLE color: 10133772.
HSL color Cylindrical-coordinate representation of color #0CA19A: hue angle of 177.18º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA19A is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 161 | 154 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.37 |
| HSL | 177.18º | 0.86% | 0.34% | - |
| HSV(B) | 177.18º | 0.93% | 0.63% | - |
| XYZ | 18.73 | 27.9 | 34.97 | - |
| YUV | 115.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 161 | 154 | 0.93 | 0 | 0.04 | 0.37 | 177.18 | 0.86 | 0.34 |
| Hex | C | A1 | 9A | 5D | 0 | 4 | 25 | B1 | 56 | 22 |
| Octal | 14 | 241 | 232 | 135 | 0 | 4 | 45 | 261 | 126 | 42 |
| Binary | 1100 | 10100001 | 10011010 | 1011101 | 0 | 100 | 100101 | 10110001 | 1010110 | 100010 |
Color Harmonies of #0CA19A
Complementary color
Monochromatic Colors of #0CA19A
Black with #0CA19A
Text Example
Text Example
White with #0CA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA19A; }
p { color: rgb(12,161,154); }
H1.HeaderClassName
{
color: #0CA19A;
}
.AnyTagClassName
{
color: #0CA19A;
}
</style>
background-color css
<style>
a { background-color: #0CA19A; }
a { background-color: rgb(12,161,154); }
div.DivClassName
{
background-color: #0CA19A;
}
.BgClassName
{
background-color: #0CA19A;
}
</style>
border-color css
<style>
span { border-color: #0CA19A; }
span { border-color: rgb(12,161,154); }
td.TdClassName
{
border-color: #0CA19A;
}
.TagClassName
{
border-color: #0CA19A;
}
</style>