Shades of Persian Green #0CB397
Tints of Persian Green #0CB397
RGB
CMYK
RGB Variations
Color information
#0CB397 (or 0x0CB397) is known color: Persian Green. HEX triplet: 0C, B3 and 97. RGB value is (12,179,151). Sum of RGB (Red+Green+Blue) = 12+179+151=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB397 is #F34C68. Grayscale: #7D7D7D. Windows color (decimal): -15944809 or 9941772. OLE color: 9941772.
HSL color Cylindrical-coordinate representation of color #0CB397: hue angle of 169.94º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB397 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 151 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.30 |
| HSL | 169.94º | 0.87% | 0.37% | - |
| HSV(B) | 169.94º | 0.93% | 0.7% | - |
| XYZ | 21.86 | 34.55 | 34.8 | - |
| YUV | 125.88 | 142.17 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 151 | 0.93 | 0 | 0.16 | 0.30 | 169.94 | 0.87 | 0.37 |
| Hex | C | B3 | 97 | 5D | 0 | 10 | 1E | AA | 57 | 25 |
| Octal | 14 | 263 | 227 | 135 | 0 | 20 | 36 | 252 | 127 | 45 |
| Binary | 1100 | 10110011 | 10010111 | 1011101 | 0 | 10000 | 11110 | 10101010 | 1010111 | 100101 |
Color Harmonies of #0CB397
Complementary color
Monochromatic Colors of #0CB397
Black with #0CB397
Text Example
Text Example
White with #0CB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB397; }
p { color: rgb(12,179,151); }
H1.HeaderClassName
{
color: #0CB397;
}
.AnyTagClassName
{
color: #0CB397;
}
</style>
background-color css
<style>
a { background-color: #0CB397; }
a { background-color: rgb(12,179,151); }
div.DivClassName
{
background-color: #0CB397;
}
.BgClassName
{
background-color: #0CB397;
}
</style>
border-color css
<style>
span { border-color: #0CB397; }
span { border-color: rgb(12,179,151); }
td.TdClassName
{
border-color: #0CB397;
}
.TagClassName
{
border-color: #0CB397;
}
</style>