Shades of Persian Green #0CA49D
Tints of Persian Green #0CA49D
RGB
CMYK
RGB Variations
Color information
#0CA49D (or 0x0CA49D) is known color: Persian Green. HEX triplet: 0C, A4 and 9D. RGB value is (12,164,157). Sum of RGB (Red+Green+Blue) = 12+164+157=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA49D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA49D is #F35B62. Grayscale: #757575. Windows color (decimal): -15948643 or 10331148. OLE color: 10331148.
HSL color Cylindrical-coordinate representation of color #0CA49D: hue angle of 177.24º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA49D is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 164 | 157 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.36 |
| HSL | 177.24º | 0.86% | 0.35% | - |
| HSV(B) | 177.24º | 0.93% | 0.64% | - |
| XYZ | 19.51 | 29.06 | 36.48 | - |
| YUV | 117.75 | 150.14 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 164 | 157 | 0.93 | 0 | 0.04 | 0.36 | 177.24 | 0.86 | 0.35 |
| Hex | C | A4 | 9D | 5D | 0 | 4 | 24 | B1 | 56 | 23 |
| Octal | 14 | 244 | 235 | 135 | 0 | 4 | 44 | 261 | 126 | 43 |
| Binary | 1100 | 10100100 | 10011101 | 1011101 | 0 | 100 | 100100 | 10110001 | 1010110 | 100011 |
Color Harmonies of #0CA49D
Complementary color
Monochromatic Colors of #0CA49D
Black with #0CA49D
Text Example
Text Example
White with #0CA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA49D; }
p { color: rgb(12,164,157); }
H1.HeaderClassName
{
color: #0CA49D;
}
.AnyTagClassName
{
color: #0CA49D;
}
</style>
background-color css
<style>
a { background-color: #0CA49D; }
a { background-color: rgb(12,164,157); }
div.DivClassName
{
background-color: #0CA49D;
}
.BgClassName
{
background-color: #0CA49D;
}
</style>
border-color css
<style>
span { border-color: #0CA49D; }
span { border-color: rgb(12,164,157); }
td.TdClassName
{
border-color: #0CA49D;
}
.TagClassName
{
border-color: #0CA49D;
}
</style>