Shades of Persian Green #0CB595
Tints of Persian Green #0CB595
RGB
CMYK
RGB Variations
Color information
#0CB595 (or 0x0CB595) is known color: Persian Green. HEX triplet: 0C, B5 and 95. RGB value is (12,181,149). Sum of RGB (Red+Green+Blue) = 12+181+149=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB595 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB595 is #F34A6A. Grayscale: #7E7E7E. Windows color (decimal): -15944299 or 9811212. OLE color: 9811212.
HSL color Cylindrical-coordinate representation of color #0CB595: hue angle of 168.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB595 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 149 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.29 |
| HSL | 168.64º | 0.88% | 0.38% | - |
| HSV(B) | 168.64º | 0.93% | 0.71% | - |
| XYZ | 22.1 | 35.3 | 34.08 | - |
| YUV | 126.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 149 | 0.93 | 0 | 0.18 | 0.29 | 168.64 | 0.88 | 0.38 |
| Hex | C | B5 | 95 | 5D | 0 | 12 | 1D | A9 | 58 | 26 |
| Octal | 14 | 265 | 225 | 135 | 0 | 22 | 35 | 251 | 130 | 46 |
| Binary | 1100 | 10110101 | 10010101 | 1011101 | 0 | 10010 | 11101 | 10101001 | 1011000 | 100110 |
Color Harmonies of #0CB595
Complementary color
Monochromatic Colors of #0CB595
Black with #0CB595
Text Example
Text Example
White with #0CB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB595; }
p { color: rgb(12,181,149); }
H1.HeaderClassName
{
color: #0CB595;
}
.AnyTagClassName
{
color: #0CB595;
}
</style>
background-color css
<style>
a { background-color: #0CB595; }
a { background-color: rgb(12,181,149); }
div.DivClassName
{
background-color: #0CB595;
}
.BgClassName
{
background-color: #0CB595;
}
</style>
border-color css
<style>
span { border-color: #0CB595; }
span { border-color: rgb(12,181,149); }
td.TdClassName
{
border-color: #0CB595;
}
.TagClassName
{
border-color: #0CB595;
}
</style>