Shades of Pigment Green #0EA950
Tints of Pigment Green #0EA950
RGB
CMYK
RGB Variations
Color information
#0EA950 (or 0x0EA950) is known color: Pigment Green. HEX triplet: 0E, A9 and 50. RGB value is (14,169,80). Sum of RGB (Red+Green+Blue) = 14+169+80=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 169 (66.41% from 255 or 64.26% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA950 is #F156AF. Grayscale: #707070. Windows color (decimal): -15816368 or 5286158. OLE color: 5286158.
HSL color Cylindrical-coordinate representation of color #0EA950: hue angle of 145.55º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA950 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 80 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.34 |
| HSL | 145.55º | 0.85% | 0.36% | - |
| HSV(B) | 145.55º | 0.92% | 0.66% | - |
| XYZ | 15.82 | 29.05 | 12.36 | - |
| YUV | 112.51 | 109.65 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 80 | 0.92 | 0 | 0.53 | 0.34 | 145.55 | 0.85 | 0.36 |
| Hex | E | A9 | 50 | 5C | 0 | 35 | 22 | 92 | 55 | 24 |
| Octal | 16 | 251 | 120 | 134 | 0 | 65 | 42 | 222 | 125 | 44 |
| Binary | 1110 | 10101001 | 1010000 | 1011100 | 0 | 110101 | 100010 | 10010010 | 1010101 | 100100 |
Color Harmonies of #0EA950
Complementary color
Monochromatic Colors of #0EA950
Black with #0EA950
Text Example
Text Example
White with #0EA950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA950; }
p { color: rgb(14,169,80); }
H1.HeaderClassName
{
color: #0EA950;
}
.AnyTagClassName
{
color: #0EA950;
}
</style>
background-color css
<style>
a { background-color: #0EA950; }
a { background-color: rgb(14,169,80); }
div.DivClassName
{
background-color: #0EA950;
}
.BgClassName
{
background-color: #0EA950;
}
</style>
border-color css
<style>
span { border-color: #0EA950; }
span { border-color: rgb(14,169,80); }
td.TdClassName
{
border-color: #0EA950;
}
.TagClassName
{
border-color: #0EA950;
}
</style>