Shades of Pigment Green #0EA03A
Tints of Pigment Green #0EA03A
RGB
CMYK
RGB Variations
Color information
#0EA03A (or 0x0EA03A) is known color: Pigment Green. HEX triplet: 0E, A0 and 3A. RGB value is (14,160,58). Sum of RGB (Red+Green+Blue) = 14+160+58=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA03A is #F15FC5. Grayscale: #686868. Windows color (decimal): -15818694 or 3842062. OLE color: 3842062.
HSL color Cylindrical-coordinate representation of color #0EA03A: hue angle of 138.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA03A is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 58 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.37 |
| HSL | 138.08º | 0.84% | 0.34% | - |
| HSV(B) | 138.08º | 0.91% | 0.63% | - |
| XYZ | 13.52 | 25.54 | 8.22 | - |
| YUV | 104.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 58 | 0.91 | 0 | 0.64 | 0.37 | 138.08 | 0.84 | 0.34 |
| Hex | E | A0 | 3A | 5B | 0 | 40 | 25 | 8A | 54 | 22 |
| Octal | 16 | 240 | 72 | 133 | 0 | 100 | 45 | 212 | 124 | 42 |
| Binary | 1110 | 10100000 | 111010 | 1011011 | 0 | 1000000 | 100101 | 10001010 | 1010100 | 100010 |
Color Harmonies of #0EA03A
Complementary color
Monochromatic Colors of #0EA03A
Black with #0EA03A
Text Example
Text Example
White with #0EA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA03A; }
p { color: rgb(14,160,58); }
H1.HeaderClassName
{
color: #0EA03A;
}
.AnyTagClassName
{
color: #0EA03A;
}
</style>
background-color css
<style>
a { background-color: #0EA03A; }
a { background-color: rgb(14,160,58); }
div.DivClassName
{
background-color: #0EA03A;
}
.BgClassName
{
background-color: #0EA03A;
}
</style>
border-color css
<style>
span { border-color: #0EA03A; }
span { border-color: rgb(14,160,58); }
td.TdClassName
{
border-color: #0EA03A;
}
.TagClassName
{
border-color: #0EA03A;
}
</style>