#8EA214

Color #8EA214 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8EA214

Tints of Citron #8EA214

Color information

#8EA214 (or 0x8EA214) is unknown color: approx Citron. HEX triplet: 8E, A2 and 14. RGB value is (142,162,20). Sum of RGB (Red+Green+Blue) = 142+162+20=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA214 is #715DEB. Grayscale: #8C8C8C. Windows color (decimal): -7429612 or 1352334. OLE color: 1352334.

HSL color Cylindrical-coordinate representation of color #8EA214: hue angle of 68.45º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EA214 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB14216220-
CMYK0.1200.880.36
HSL68.45º78.02%35.69%-
HSV(B)68.45º87.65%63.53%-
XYZ24.231.645.49-
YUV139.8360.37129.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 6.17%
R=43.83%
G=50%
B=6.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162200.1200.880.3668.4578.0235.69
Hex8EA214C05824444e24
Octal216242241401304410411644
Binary10001110101000101010011000101100010010010001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA214; }

 p { color: rgb(142,162,20); }

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

<style>
 a { background-color: #8EA214; }

 a { background-color: rgb(142,162,20); }

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

<style>
 span { border-color: #8EA214; }

 span { border-color: rgb(142,162,20); }

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