#8EA02D

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

Shades of Citron #8EA02D

Tints of Citron #8EA02D

Color information

#8EA02D (or 0x8EA02D) is unknown color: approx Citron. HEX triplet: 8E, A0 and 2D. RGB value is (142,160,45). Sum of RGB (Red+Green+Blue) = 142+160+45=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA02D is #715FD2. Grayscale: #8D8D8D. Windows color (decimal): -7430099 or 2990222. OLE color: 2990222.

HSL color Cylindrical-coordinate representation of color #8EA02D: hue angle of 69.39º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EA02D is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB14216045-
CMYK0.1100.720.37
HSL69.39º56.1%40.2%-
HSV(B)69.39º71.88%62.75%-
XYZ24.231.087.21-
YUV141.5173.54128.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=40.92%
G=46.11%
B=12.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142160450.1100.720.3769.3956.140.2
Hex8EA02DB04825453828
Octal21624055130110451057050
Binary10001110101000001011011011010010001001011000101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,45); }

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

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

 a { background-color: rgb(142,160,45); }

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

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

 span { border-color: rgb(142,160,45); }

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