Shades of Persian Green #0CAB94
Tints of Persian Green #0CAB94
RGB
CMYK
RGB Variations
Color information
#0CAB94 (or 0x0CAB94) is known color: Persian Green. HEX triplet: 0C, AB and 94. RGB value is (12,171,148). Sum of RGB (Red+Green+Blue) = 12+171+148=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB94 is #F3546B. Grayscale: #787878. Windows color (decimal): -15946860 or 9743116. OLE color: 9743116.
HSL color Cylindrical-coordinate representation of color #0CAB94: hue angle of 171.32º 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 #0CAB94 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 148 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.33 |
| HSL | 171.32º | 0.87% | 0.36% | - |
| HSV(B) | 171.32º | 0.93% | 0.67% | - |
| XYZ | 20.06 | 31.34 | 33.01 | - |
| YUV | 120.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 148 | 0.93 | 0 | 0.13 | 0.33 | 171.32 | 0.87 | 0.36 |
| Hex | C | AB | 94 | 5D | 0 | D | 21 | AB | 57 | 24 |
| Octal | 14 | 253 | 224 | 135 | 0 | 15 | 41 | 253 | 127 | 44 |
| Binary | 1100 | 10101011 | 10010100 | 1011101 | 0 | 1101 | 100001 | 10101011 | 1010111 | 100100 |
Color Harmonies of #0CAB94
Complementary color
Monochromatic Colors of #0CAB94
Black with #0CAB94
Text Example
Text Example
White with #0CAB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB94; }
p { color: rgb(12,171,148); }
H1.HeaderClassName
{
color: #0CAB94;
}
.AnyTagClassName
{
color: #0CAB94;
}
</style>
background-color css
<style>
a { background-color: #0CAB94; }
a { background-color: rgb(12,171,148); }
div.DivClassName
{
background-color: #0CAB94;
}
.BgClassName
{
background-color: #0CAB94;
}
</style>
border-color css
<style>
span { border-color: #0CAB94; }
span { border-color: rgb(12,171,148); }
td.TdClassName
{
border-color: #0CAB94;
}
.TagClassName
{
border-color: #0CAB94;
}
</style>