Shades of Pigment Green #0EA65B
Tints of Pigment Green #0EA65B
RGB
CMYK
RGB Variations
Color information
#0EA65B (or 0x0EA65B) is known color: Pigment Green. HEX triplet: 0E, A6 and 5B. RGB value is (14,166,91). Sum of RGB (Red+Green+Blue) = 14+166+91=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA65B is #F159A4. Grayscale: #707070. Windows color (decimal): -15817125 or 6006286. OLE color: 6006286.
HSL color Cylindrical-coordinate representation of color #0EA65B: hue angle of 150.39º 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 #0EA65B is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 166 | 91 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.35 |
| HSL | 150.39º | 0.84% | 0.35% | - |
| HSV(B) | 150.39º | 0.92% | 0.65% | - |
| XYZ | 15.71 | 28.12 | 14.5 | - |
| YUV | 112 | 116.14 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 166 | 91 | 0.92 | 0 | 0.45 | 0.35 | 150.39 | 0.84 | 0.35 |
| Hex | E | A6 | 5B | 5C | 0 | 2D | 23 | 96 | 54 | 23 |
| Octal | 16 | 246 | 133 | 134 | 0 | 55 | 43 | 226 | 124 | 43 |
| Binary | 1110 | 10100110 | 1011011 | 1011100 | 0 | 101101 | 100011 | 10010110 | 1010100 | 100011 |
Color Harmonies of #0EA65B
Complementary color
Monochromatic Colors of #0EA65B
Black with #0EA65B
Text Example
Text Example
White with #0EA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA65B; }
p { color: rgb(14,166,91); }
H1.HeaderClassName
{
color: #0EA65B;
}
.AnyTagClassName
{
color: #0EA65B;
}
</style>
background-color css
<style>
a { background-color: #0EA65B; }
a { background-color: rgb(14,166,91); }
div.DivClassName
{
background-color: #0EA65B;
}
.BgClassName
{
background-color: #0EA65B;
}
</style>
border-color css
<style>
span { border-color: #0EA65B; }
span { border-color: rgb(14,166,91); }
td.TdClassName
{
border-color: #0EA65B;
}
.TagClassName
{
border-color: #0EA65B;
}
</style>