Shades of Pigment Green #0CBA5E
Tints of Pigment Green #0CBA5E
RGB
CMYK
RGB Variations
Color information
#0CBA5E (or 0x0CBA5E) is known color: Pigment Green. HEX triplet: 0C, BA and 5E. RGB value is (12,186,94). Sum of RGB (Red+Green+Blue) = 12+186+94=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBA5E is #F345A1. Grayscale: #7B7B7B. Windows color (decimal): -15943074 or 6208012. OLE color: 6208012.
HSL color Cylindrical-coordinate representation of color #0CBA5E: hue angle of 148.28º 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 #0CBA5E is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 186 | 94 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.27 |
| HSL | 148.28º | 0.88% | 0.39% | - |
| HSV(B) | 148.28º | 0.94% | 0.73% | - |
| XYZ | 19.73 | 36 | 16.5 | - |
| YUV | 123.49 | 111.35 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 94 | 0.94 | 0 | 0.49 | 0.27 | 148.28 | 0.88 | 0.39 |
| Hex | C | BA | 5E | 5E | 0 | 31 | 1B | 94 | 58 | 27 |
| Octal | 14 | 272 | 136 | 136 | 0 | 61 | 33 | 224 | 130 | 47 |
| Binary | 1100 | 10111010 | 1011110 | 1011110 | 0 | 110001 | 11011 | 10010100 | 1011000 | 100111 |
Color Harmonies of #0CBA5E
Complementary color
Monochromatic Colors of #0CBA5E
Black with #0CBA5E
Text Example
Text Example
White with #0CBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBA5E; }
p { color: rgb(12,186,94); }
H1.HeaderClassName
{
color: #0CBA5E;
}
.AnyTagClassName
{
color: #0CBA5E;
}
</style>
background-color css
<style>
a { background-color: #0CBA5E; }
a { background-color: rgb(12,186,94); }
div.DivClassName
{
background-color: #0CBA5E;
}
.BgClassName
{
background-color: #0CBA5E;
}
</style>
border-color css
<style>
span { border-color: #0CBA5E; }
span { border-color: rgb(12,186,94); }
td.TdClassName
{
border-color: #0CBA5E;
}
.TagClassName
{
border-color: #0CBA5E;
}
</style>