Shades of Pigment Green #0EAB4B
Tints of Pigment Green #0EAB4B
RGB
CMYK
RGB Variations
Color information
#0EAB4B (or 0x0EAB4B) is known color: Pigment Green. HEX triplet: 0E, AB and 4B. RGB value is (14,171,75). Sum of RGB (Red+Green+Blue) = 14+171+75=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAB4B is #F154B4. Grayscale: #717171. Windows color (decimal): -15815861 or 4958990. OLE color: 4958990.
HSL color Cylindrical-coordinate representation of color #0EAB4B: hue angle of 143.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAB4B is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 75 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.33 |
| HSL | 143.31º | 0.85% | 0.36% | - |
| HSV(B) | 143.31º | 0.92% | 0.67% | - |
| XYZ | 16.01 | 29.73 | 11.55 | - |
| YUV | 113.11 | 106.49 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 75 | 0.92 | 0 | 0.56 | 0.33 | 143.31 | 0.85 | 0.36 |
| Hex | E | AB | 4B | 5C | 0 | 38 | 21 | 8F | 55 | 24 |
| Octal | 16 | 253 | 113 | 134 | 0 | 70 | 41 | 217 | 125 | 44 |
| Binary | 1110 | 10101011 | 1001011 | 1011100 | 0 | 111000 | 100001 | 10001111 | 1010101 | 100100 |
Color Harmonies of #0EAB4B
Complementary color
Monochromatic Colors of #0EAB4B
Black with #0EAB4B
Text Example
Text Example
White with #0EAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAB4B; }
p { color: rgb(14,171,75); }
H1.HeaderClassName
{
color: #0EAB4B;
}
.AnyTagClassName
{
color: #0EAB4B;
}
</style>
background-color css
<style>
a { background-color: #0EAB4B; }
a { background-color: rgb(14,171,75); }
div.DivClassName
{
background-color: #0EAB4B;
}
.BgClassName
{
background-color: #0EAB4B;
}
</style>
border-color css
<style>
span { border-color: #0EAB4B; }
span { border-color: rgb(14,171,75); }
td.TdClassName
{
border-color: #0EAB4B;
}
.TagClassName
{
border-color: #0EAB4B;
}
</style>