#8EA40C

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

Shades of Citron #8EA40C

Tints of Citron #8EA40C

Color information

#8EA40C (or 0x8EA40C) is unknown color: approx Citron. HEX triplet: 8E, A4 and 0C. RGB value is (142,164,12). Sum of RGB (Red+Green+Blue) = 142+164+12=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA40C is #715BF3. Grayscale: #8C8C8C. Windows color (decimal): -7429108 or 828558. OLE color: 828558.

HSL color Cylindrical-coordinate representation of color #8EA40C: hue angle of 68.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EA40C is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB14216412-
CMYK0.1300.930.36
HSL68.68º86.36%34.51%-
HSV(B)68.68º92.68%64.31%-
XYZ24.532.335.3-
YUV140.0955.71129.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=44.65%
G=51.57%
B=3.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164120.1300.930.3668.6886.3634.51
Hex8EA4CD05D24455623
Octal216244141501354410512643
Binary1000111010100100110011010101110110010010001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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