Shades of Pigment Green #0EA644
Tints of Pigment Green #0EA644
RGB
CMYK
RGB Variations
Color information
#0EA644 (or 0x0EA644) is known color: Pigment Green. HEX triplet: 0E, A6 and 44. RGB value is (14,166,68). Sum of RGB (Red+Green+Blue) = 14+166+68=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA644 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA644 is #F159BB. Grayscale: #6D6D6D. Windows color (decimal): -15817148 or 4498958. OLE color: 4498958.
HSL color Cylindrical-coordinate representation of color #0EA644: hue angle of 141.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA644 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 166 | 68 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.35 |
| HSL | 141.32º | 0.84% | 0.35% | - |
| HSV(B) | 141.32º | 0.92% | 0.65% | - |
| XYZ | 14.86 | 27.78 | 10.05 | - |
| YUV | 109.38 | 104.64 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 166 | 68 | 0.92 | 0 | 0.59 | 0.35 | 141.32 | 0.84 | 0.35 |
| Hex | E | A6 | 44 | 5C | 0 | 3B | 23 | 8D | 54 | 23 |
| Octal | 16 | 246 | 104 | 134 | 0 | 73 | 43 | 215 | 124 | 43 |
| Binary | 1110 | 10100110 | 1000100 | 1011100 | 0 | 111011 | 100011 | 10001101 | 1010100 | 100011 |
Color Harmonies of #0EA644
Complementary color
Monochromatic Colors of #0EA644
Black with #0EA644
Text Example
Text Example
White with #0EA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA644; }
p { color: rgb(14,166,68); }
H1.HeaderClassName
{
color: #0EA644;
}
.AnyTagClassName
{
color: #0EA644;
}
</style>
background-color css
<style>
a { background-color: #0EA644; }
a { background-color: rgb(14,166,68); }
div.DivClassName
{
background-color: #0EA644;
}
.BgClassName
{
background-color: #0EA644;
}
</style>
border-color css
<style>
span { border-color: #0EA644; }
span { border-color: rgb(14,166,68); }
td.TdClassName
{
border-color: #0EA644;
}
.TagClassName
{
border-color: #0EA644;
}
</style>