Shades of Pigment Green #0CBA5C
Tints of Pigment Green #0CBA5C
RGB
CMYK
RGB Variations
Color information
#0CBA5C (or 0x0CBA5C) is known color: Pigment Green. HEX triplet: 0C, BA and 5C. RGB value is (12,186,92). Sum of RGB (Red+Green+Blue) = 12+186+92=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBA5C is #F345A3. Grayscale: #7B7B7B. Windows color (decimal): -15943076 or 6076940. OLE color: 6076940.
HSL color Cylindrical-coordinate representation of color #0CBA5C: hue angle of 147.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA5C is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 92 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.27 |
| HSL | 147.59º | 0.88% | 0.39% | - |
| HSV(B) | 147.59º | 0.94% | 0.73% | - |
| XYZ | 19.64 | 35.97 | 16.03 | - |
| YUV | 123.26 | 110.35 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 92 | 0.94 | 0 | 0.51 | 0.27 | 147.59 | 0.88 | 0.39 |
| Hex | C | BA | 5C | 5E | 0 | 33 | 1B | 94 | 58 | 27 |
| Octal | 14 | 272 | 134 | 136 | 0 | 63 | 33 | 224 | 130 | 47 |
| Binary | 1100 | 10111010 | 1011100 | 1011110 | 0 | 110011 | 11011 | 10010100 | 1011000 | 100111 |
Color Harmonies of #0CBA5C
Complementary color
Monochromatic Colors of #0CBA5C
Black with #0CBA5C
Text Example
Text Example
White with #0CBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA5C; }
p { color: rgb(12,186,92); }
H1.HeaderClassName
{
color: #0CBA5C;
}
.AnyTagClassName
{
color: #0CBA5C;
}
</style>
background-color css
<style>
a { background-color: #0CBA5C; }
a { background-color: rgb(12,186,92); }
div.DivClassName
{
background-color: #0CBA5C;
}
.BgClassName
{
background-color: #0CBA5C;
}
</style>
border-color css
<style>
span { border-color: #0CBA5C; }
span { border-color: rgb(12,186,92); }
td.TdClassName
{
border-color: #0CBA5C;
}
.TagClassName
{
border-color: #0CBA5C;
}
</style>