#0E9D46

Color #0E9D46 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0E9D46

Tints of Pigment Green #0E9D46

Color information

#0E9D46 (or 0x0E9D46) is unknown color: approx Pigment Green. HEX triplet: 0E, 9D and 46. RGB value is (14,157,70). Sum of RGB (Red+Green+Blue) = 14+157+70=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9D46 is #F162B9. Grayscale: #686868. Windows color (decimal): -15819450 or 4627726. OLE color: 4627726.

HSL color Cylindrical-coordinate representation of color #0E9D46: hue angle of 143.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9D46 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1415770-
CMYK0.9100.550.38
HSL143.5º83.63%33.53%-
HSV(B)143.5º91.08%61.57%-
XYZ13.3424.659.85-
YUV104.32108.6263.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.81%
GREEN value IS 157 (61.72% from 255) = 65.15%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=5.81%
G=65.15%
B=29.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14157700.9100.550.38143.583.6333.53
HexE9D465B037268f5422
Octal162351061330674621712442
Binary111010011101100011010110110110111100110100011111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9D46; }

 p { color: rgb(14,157,70); }

 H1.HeaderClassName
 {
   color: #0E9D46;
 }
 .AnyTagClassName
 {
   color: #0E9D46;
 }
</style>
background-color css

<style>
 a { background-color: #0E9D46; }

 a { background-color: rgb(14,157,70); }

 div.DivClassName
 {
   background-color: #0E9D46;
 }
 .BgClassName
 {
   background-color: #0E9D46;
 }
</style>
border-color css

<style>
 span { border-color: #0E9D46; }

 span { border-color: rgb(14,157,70); }

 td.TdClassName
 {
   border-color: #0E9D46;
 }
 .TagClassName
 {
   border-color: #0E9D46;
 }
</style>