Shades of Pigment Green #0EA23F
Tints of Pigment Green #0EA23F
RGB
CMYK
RGB Variations
Color information
#0EA23F (or 0x0EA23F) is known color: Pigment Green. HEX triplet: 0E, A2 and 3F. RGB value is (14,162,63). Sum of RGB (Red+Green+Blue) = 14+162+63=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA23F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA23F is #F15DC0. Grayscale: #6A6A6A. Windows color (decimal): -15818177 or 4170254. OLE color: 4170254.
HSL color Cylindrical-coordinate representation of color #0EA23F: hue angle of 139.86º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA23F is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 63 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.36 |
| HSL | 139.86º | 0.84% | 0.35% | - |
| HSV(B) | 139.86º | 0.91% | 0.64% | - |
| XYZ | 14 | 26.29 | 9.04 | - |
| YUV | 106.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 63 | 0.91 | 0 | 0.61 | 0.36 | 139.86 | 0.84 | 0.35 |
| Hex | E | A2 | 3F | 5B | 0 | 3D | 24 | 8C | 54 | 23 |
| Octal | 16 | 242 | 77 | 133 | 0 | 75 | 44 | 214 | 124 | 43 |
| Binary | 1110 | 10100010 | 111111 | 1011011 | 0 | 111101 | 100100 | 10001100 | 1010100 | 100011 |
Color Harmonies of #0EA23F
Complementary color
Monochromatic Colors of #0EA23F
Black with #0EA23F
Text Example
Text Example
White with #0EA23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA23F; }
p { color: rgb(14,162,63); }
H1.HeaderClassName
{
color: #0EA23F;
}
.AnyTagClassName
{
color: #0EA23F;
}
</style>
background-color css
<style>
a { background-color: #0EA23F; }
a { background-color: rgb(14,162,63); }
div.DivClassName
{
background-color: #0EA23F;
}
.BgClassName
{
background-color: #0EA23F;
}
</style>
border-color css
<style>
span { border-color: #0EA23F; }
span { border-color: rgb(14,162,63); }
td.TdClassName
{
border-color: #0EA23F;
}
.TagClassName
{
border-color: #0EA23F;
}
</style>