Shades of Pigment Green #0CB35E
Tints of Pigment Green #0CB35E
RGB
CMYK
RGB Variations
Color information
#0CB35E (or 0x0CB35E) is known color: Pigment Green. HEX triplet: 0C, B3 and 5E. RGB value is (12,179,94). Sum of RGB (Red+Green+Blue) = 12+179+94=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB35E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB35E is #F34CA1. Grayscale: #777777. Windows color (decimal): -15944866 or 6206220. OLE color: 6206220.
HSL color Cylindrical-coordinate representation of color #0CB35E: hue angle of 149.46º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB35E is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 94 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.30 |
| HSL | 149.46º | 0.87% | 0.37% | - |
| HSV(B) | 149.46º | 0.93% | 0.7% | - |
| XYZ | 18.29 | 33.13 | 16.02 | - |
| YUV | 119.38 | 113.67 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 94 | 0.93 | 0 | 0.47 | 0.30 | 149.46 | 0.87 | 0.37 |
| Hex | C | B3 | 5E | 5D | 0 | 2F | 1E | 95 | 57 | 25 |
| Octal | 14 | 263 | 136 | 135 | 0 | 57 | 36 | 225 | 127 | 45 |
| Binary | 1100 | 10110011 | 1011110 | 1011101 | 0 | 101111 | 11110 | 10010101 | 1010111 | 100101 |
Color Harmonies of #0CB35E
Complementary color
Monochromatic Colors of #0CB35E
Black with #0CB35E
Text Example
Text Example
White with #0CB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB35E; }
p { color: rgb(12,179,94); }
H1.HeaderClassName
{
color: #0CB35E;
}
.AnyTagClassName
{
color: #0CB35E;
}
</style>
background-color css
<style>
a { background-color: #0CB35E; }
a { background-color: rgb(12,179,94); }
div.DivClassName
{
background-color: #0CB35E;
}
.BgClassName
{
background-color: #0CB35E;
}
</style>
border-color css
<style>
span { border-color: #0CB35E; }
span { border-color: rgb(12,179,94); }
td.TdClassName
{
border-color: #0CB35E;
}
.TagClassName
{
border-color: #0CB35E;
}
</style>