Shades of Pigment Green #0CBE5E
Tints of Pigment Green #0CBE5E
RGB
CMYK
RGB Variations
Color information
#0CBE5E (or 0x0CBE5E) is known color: Pigment Green. HEX triplet: 0C, BE and 5E. RGB value is (12,190,94). Sum of RGB (Red+Green+Blue) = 12+190+94=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 190 (74.61% from 255 or 64.19% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE5E is #F341A1. Grayscale: #7E7E7E. Windows color (decimal): -15942050 or 6209036. OLE color: 6209036.
HSL color Cylindrical-coordinate representation of color #0CBE5E: hue angle of 147.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE5E is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 94 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.25 |
| HSL | 147.64º | 0.88% | 0.4% | - |
| HSV(B) | 147.64º | 0.94% | 0.75% | - |
| XYZ | 20.59 | 37.71 | 16.78 | - |
| YUV | 125.83 | 110.03 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 94 | 0.94 | 0 | 0.51 | 0.25 | 147.64 | 0.88 | 0.4 |
| Hex | C | BE | 5E | 5E | 0 | 33 | 19 | 94 | 58 | 28 |
| Octal | 14 | 276 | 136 | 136 | 0 | 63 | 31 | 224 | 130 | 50 |
| Binary | 1100 | 10111110 | 1011110 | 1011110 | 0 | 110011 | 11001 | 10010100 | 1011000 | 101000 |
Color Harmonies of #0CBE5E
Complementary color
Monochromatic Colors of #0CBE5E
Black with #0CBE5E
Text Example
Text Example
White with #0CBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE5E; }
p { color: rgb(12,190,94); }
H1.HeaderClassName
{
color: #0CBE5E;
}
.AnyTagClassName
{
color: #0CBE5E;
}
</style>
background-color css
<style>
a { background-color: #0CBE5E; }
a { background-color: rgb(12,190,94); }
div.DivClassName
{
background-color: #0CBE5E;
}
.BgClassName
{
background-color: #0CBE5E;
}
</style>
border-color css
<style>
span { border-color: #0CBE5E; }
span { border-color: rgb(12,190,94); }
td.TdClassName
{
border-color: #0CBE5E;
}
.TagClassName
{
border-color: #0CBE5E;
}
</style>