Shades of Persian Green #0CB594
Tints of Persian Green #0CB594
RGB
CMYK
RGB Variations
Color information
#0CB594 (or 0x0CB594) is known color: Persian Green. HEX triplet: 0C, B5 and 94. RGB value is (12,181,148). Sum of RGB (Red+Green+Blue) = 12+181+148=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB594 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB594 is #F34A6B. Grayscale: #7E7E7E. Windows color (decimal): -15944300 or 9745676. OLE color: 9745676.
HSL color Cylindrical-coordinate representation of color #0CB594: hue angle of 168.28º 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 #0CB594 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 148 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.29 |
| HSL | 168.28º | 0.88% | 0.38% | - |
| HSV(B) | 168.28º | 0.93% | 0.71% | - |
| XYZ | 22.02 | 35.26 | 33.66 | - |
| YUV | 126.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 148 | 0.93 | 0 | 0.18 | 0.29 | 168.28 | 0.88 | 0.38 |
| Hex | C | B5 | 94 | 5D | 0 | 12 | 1D | A8 | 58 | 26 |
| Octal | 14 | 265 | 224 | 135 | 0 | 22 | 35 | 250 | 130 | 46 |
| Binary | 1100 | 10110101 | 10010100 | 1011101 | 0 | 10010 | 11101 | 10101000 | 1011000 | 100110 |
Color Harmonies of #0CB594
Complementary color
Monochromatic Colors of #0CB594
Black with #0CB594
Text Example
Text Example
White with #0CB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB594; }
p { color: rgb(12,181,148); }
H1.HeaderClassName
{
color: #0CB594;
}
.AnyTagClassName
{
color: #0CB594;
}
</style>
background-color css
<style>
a { background-color: #0CB594; }
a { background-color: rgb(12,181,148); }
div.DivClassName
{
background-color: #0CB594;
}
.BgClassName
{
background-color: #0CB594;
}
</style>
border-color css
<style>
span { border-color: #0CB594; }
span { border-color: rgb(12,181,148); }
td.TdClassName
{
border-color: #0CB594;
}
.TagClassName
{
border-color: #0CB594;
}
</style>