Shades of Persian Green #0CB592
Tints of Persian Green #0CB592
RGB
CMYK
RGB Variations
Color information
#0CB592 (or 0x0CB592) is known color: Persian Green. HEX triplet: 0C, B5 and 92. RGB value is (12,181,146). Sum of RGB (Red+Green+Blue) = 12+181+146=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB592 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB592 is #F34A6D. Grayscale: #7E7E7E. Windows color (decimal): -15944302 or 9614604. OLE color: 9614604.
HSL color Cylindrical-coordinate representation of color #0CB592: hue angle of 167.57º 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 #0CB592 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 146 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.29 |
| HSL | 167.57º | 0.88% | 0.38% | - |
| HSV(B) | 167.57º | 0.93% | 0.71% | - |
| XYZ | 21.86 | 35.2 | 32.84 | - |
| YUV | 126.48 | 139.01 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 146 | 0.93 | 0 | 0.19 | 0.29 | 167.57 | 0.88 | 0.38 |
| Hex | C | B5 | 92 | 5D | 0 | 13 | 1D | A8 | 58 | 26 |
| Octal | 14 | 265 | 222 | 135 | 0 | 23 | 35 | 250 | 130 | 46 |
| Binary | 1100 | 10110101 | 10010010 | 1011101 | 0 | 10011 | 11101 | 10101000 | 1011000 | 100110 |
Color Harmonies of #0CB592
Complementary color
Monochromatic Colors of #0CB592
Black with #0CB592
Text Example
Text Example
White with #0CB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB592; }
p { color: rgb(12,181,146); }
H1.HeaderClassName
{
color: #0CB592;
}
.AnyTagClassName
{
color: #0CB592;
}
</style>
background-color css
<style>
a { background-color: #0CB592; }
a { background-color: rgb(12,181,146); }
div.DivClassName
{
background-color: #0CB592;
}
.BgClassName
{
background-color: #0CB592;
}
</style>
border-color css
<style>
span { border-color: #0CB592; }
span { border-color: rgb(12,181,146); }
td.TdClassName
{
border-color: #0CB592;
}
.TagClassName
{
border-color: #0CB592;
}
</style>