Shades of Pigment Green #0EB353
Tints of Pigment Green #0EB353
RGB
CMYK
RGB Variations
Color information
#0EB353 (or 0x0EB353) is known color: Pigment Green. HEX triplet: 0E, B3 and 53. RGB value is (14,179,83). Sum of RGB (Red+Green+Blue) = 14+179+83=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 179 (70.31% from 255 or 64.86% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB353 is #F14CAC. Grayscale: #767676. Windows color (decimal): -15813805 or 5485326. OLE color: 5485326.
HSL color Cylindrical-coordinate representation of color #0EB353: hue angle of 145.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB353 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 83 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.30 |
| HSL | 145.09º | 0.85% | 0.38% | - |
| HSV(B) | 145.09º | 0.92% | 0.7% | - |
| XYZ | 17.86 | 32.96 | 13.6 | - |
| YUV | 118.72 | 107.84 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 83 | 0.92 | 0 | 0.54 | 0.30 | 145.09 | 0.85 | 0.38 |
| Hex | E | B3 | 53 | 5C | 0 | 36 | 1E | 91 | 55 | 26 |
| Octal | 16 | 263 | 123 | 134 | 0 | 66 | 36 | 221 | 125 | 46 |
| Binary | 1110 | 10110011 | 1010011 | 1011100 | 0 | 110110 | 11110 | 10010001 | 1010101 | 100110 |
Color Harmonies of #0EB353
Complementary color
Monochromatic Colors of #0EB353
Black with #0EB353
Text Example
Text Example
White with #0EB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB353; }
p { color: rgb(14,179,83); }
H1.HeaderClassName
{
color: #0EB353;
}
.AnyTagClassName
{
color: #0EB353;
}
</style>
background-color css
<style>
a { background-color: #0EB353; }
a { background-color: rgb(14,179,83); }
div.DivClassName
{
background-color: #0EB353;
}
.BgClassName
{
background-color: #0EB353;
}
</style>
border-color css
<style>
span { border-color: #0EB353; }
span { border-color: rgb(14,179,83); }
td.TdClassName
{
border-color: #0EB353;
}
.TagClassName
{
border-color: #0EB353;
}
</style>