#0E9C3E

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

Shades of Pigment Green #0E9C3E

Tints of Pigment Green #0E9C3E

Color information

#0E9C3E (or 0x0E9C3E) is unknown color: approx Pigment Green. HEX triplet: 0E, 9C and 3E. RGB value is (14,156,62). Sum of RGB (Red+Green+Blue) = 14+156+62=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 156 (61.33% from 255 or 67.24% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9C3E is #F163C1. Grayscale: #676767. Windows color (decimal): -15819714 or 4103182. OLE color: 4103182.

HSL color Cylindrical-coordinate representation of color #0E9C3E: hue angle of 140.28º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C3E is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB1415662-
CMYK0.9100.600.39
HSL140.28º83.53%33.33%-
HSV(B)140.28º91.03%61.18%-
XYZ12.9424.228.55-
YUV102.83104.9664.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.03%
GREEN value IS 156 (61.33% from 255) = 67.24%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=6.03%
G=67.24%
B=26.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14156620.9100.600.39140.2883.5333.33
HexE9C3E5B03C278c5421
Octal16234761330744721412441
Binary11101001110011111010110110111100100111100011001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,156,62); }

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

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

 a { background-color: rgb(14,156,62); }

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

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

 span { border-color: rgb(14,156,62); }

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