Shades of Persian Green #0CB396
Tints of Persian Green #0CB396
RGB
CMYK
RGB Variations
Color information
#0CB396 (or 0x0CB396) is known color: Persian Green. HEX triplet: 0C, B3 and 96. RGB value is (12,179,150). Sum of RGB (Red+Green+Blue) = 12+179+150=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB396 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB396 is #F34C69. Grayscale: #7D7D7D. Windows color (decimal): -15944810 or 9876236. OLE color: 9876236.
HSL color Cylindrical-coordinate representation of color #0CB396: hue angle of 169.58º 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 #0CB396 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 150 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.30 |
| HSL | 169.58º | 0.87% | 0.37% | - |
| HSV(B) | 169.58º | 0.93% | 0.7% | - |
| XYZ | 21.78 | 34.52 | 34.37 | - |
| YUV | 125.76 | 141.67 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 150 | 0.93 | 0 | 0.16 | 0.30 | 169.58 | 0.87 | 0.37 |
| Hex | C | B3 | 96 | 5D | 0 | 10 | 1E | AA | 57 | 25 |
| Octal | 14 | 263 | 226 | 135 | 0 | 20 | 36 | 252 | 127 | 45 |
| Binary | 1100 | 10110011 | 10010110 | 1011101 | 0 | 10000 | 11110 | 10101010 | 1010111 | 100101 |
Color Harmonies of #0CB396
Complementary color
Monochromatic Colors of #0CB396
Black with #0CB396
Text Example
Text Example
White with #0CB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB396; }
p { color: rgb(12,179,150); }
H1.HeaderClassName
{
color: #0CB396;
}
.AnyTagClassName
{
color: #0CB396;
}
</style>
background-color css
<style>
a { background-color: #0CB396; }
a { background-color: rgb(12,179,150); }
div.DivClassName
{
background-color: #0CB396;
}
.BgClassName
{
background-color: #0CB396;
}
</style>
border-color css
<style>
span { border-color: #0CB396; }
span { border-color: rgb(12,179,150); }
td.TdClassName
{
border-color: #0CB396;
}
.TagClassName
{
border-color: #0CB396;
}
</style>