#8EA40F

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

Shades of Citron #8EA40F

Tints of Citron #8EA40F

Color information

#8EA40F (or 0x8EA40F) is unknown color: approx Citron. HEX triplet: 8E, A4 and 0F. RGB value is (142,164,15). Sum of RGB (Red+Green+Blue) = 142+164+15=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA40F is #715BF0. Grayscale: #8D8D8D. Windows color (decimal): -7429105 or 1025166. OLE color: 1025166.

HSL color Cylindrical-coordinate representation of color #8EA40F: hue angle of 68.86º degrees, saturation: 0.83, 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 #8EA40F is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB14216415-
CMYK0.1300.910.36
HSL68.86º83.24%35.1%-
HSV(B)68.86º90.85%64.31%-
XYZ24.5232.345.4-
YUV140.4457.21129.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 15 (6.25% from 255) = 4.67%
R=44.24%
G=51.09%
B=4.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164150.1300.910.3668.8683.2435.1
Hex8EA4FD05B24455323
Octal216244171501334410512343
Binary1000111010100100111111010101101110010010001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,15); }

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

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

 a { background-color: rgb(142,164,15); }

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

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

 span { border-color: rgb(142,164,15); }

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