Shades of Pigment Green #0EB04D
Tints of Pigment Green #0EB04D
RGB
CMYK
RGB Variations
Color information
#0EB04D (or 0x0EB04D) is known color: Pigment Green. HEX triplet: 0E, B0 and 4D. RGB value is (14,176,77). Sum of RGB (Red+Green+Blue) = 14+176+77=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 176 (69.14% from 255 or 65.92% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB04D is #F14FB2. Grayscale: #747474. Windows color (decimal): -15814579 or 5091342. OLE color: 5091342.
HSL color Cylindrical-coordinate representation of color #0EB04D: hue angle of 143.33º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB04D is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 176 | 77 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.31 |
| HSL | 143.33º | 0.85% | 0.37% | - |
| HSV(B) | 143.33º | 0.92% | 0.69% | - |
| XYZ | 17.05 | 31.68 | 12.24 | - |
| YUV | 116.28 | 105.83 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 176 | 77 | 0.92 | 0 | 0.56 | 0.31 | 143.33 | 0.85 | 0.37 |
| Hex | E | B0 | 4D | 5C | 0 | 38 | 1F | 8F | 55 | 25 |
| Octal | 16 | 260 | 115 | 134 | 0 | 70 | 37 | 217 | 125 | 45 |
| Binary | 1110 | 10110000 | 1001101 | 1011100 | 0 | 111000 | 11111 | 10001111 | 1010101 | 100101 |
Color Harmonies of #0EB04D
Complementary color
Monochromatic Colors of #0EB04D
Black with #0EB04D
Text Example
Text Example
White with #0EB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB04D; }
p { color: rgb(14,176,77); }
H1.HeaderClassName
{
color: #0EB04D;
}
.AnyTagClassName
{
color: #0EB04D;
}
</style>
background-color css
<style>
a { background-color: #0EB04D; }
a { background-color: rgb(14,176,77); }
div.DivClassName
{
background-color: #0EB04D;
}
.BgClassName
{
background-color: #0EB04D;
}
</style>
border-color css
<style>
span { border-color: #0EB04D; }
span { border-color: rgb(14,176,77); }
td.TdClassName
{
border-color: #0EB04D;
}
.TagClassName
{
border-color: #0EB04D;
}
</style>