#8EB40A

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

Shades of Citrus #8EB40A

Tints of Citrus #8EB40A

Color information

#8EB40A (or 0x8EB40A) is unknown color: approx Citrus. HEX triplet: 8E, B4 and 0A. RGB value is (142,180,10). Sum of RGB (Red+Green+Blue) = 142+180+10=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB40A is #714BF5. Grayscale: #959595. Windows color (decimal): -7425014 or 701582. OLE color: 701582.

HSL color Cylindrical-coordinate representation of color #8EB40A: hue angle of 73.41º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EB40A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB14218010-
CMYK0.2100.940.29
HSL73.41º89.47%37.25%-
HSV(B)73.41º94.44%70.59%-
XYZ27.5338.426.25-
YUV149.2649.41122.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=42.77%
G=54.22%
B=3.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142180100.2100.940.2973.4189.4737.25
Hex8EB4A1505E1D495925
Octal216264122501363511113145
Binary1000111010110100101010101010111101110110010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,180,10); }

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

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

 a { background-color: rgb(142,180,10); }

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

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

 span { border-color: rgb(142,180,10); }

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