#8EB40F

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

Shades of Citrus #8EB40F

Tints of Citrus #8EB40F

Color information

#8EB40F (or 0x8EB40F) is unknown color: approx Citrus. HEX triplet: 8E, B4 and 0F. RGB value is (142,180,15). Sum of RGB (Red+Green+Blue) = 142+180+15=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB40F is #714BF0. Grayscale: #969696. Windows color (decimal): -7425009 or 1029262. OLE color: 1029262.

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

Color convert

RGB14218015-
CMYK0.2100.920.29
HSL73.82º84.62%38.24%-
HSV(B)73.82º91.67%70.59%-
XYZ27.5638.436.42-
YUV149.8351.91122.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 180 (70.70% from 255) = 53.41%
BLUE value IS 15 (6.25% from 255) = 4.45%
R=42.14%
G=53.41%
B=4.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142180150.2100.920.2973.8284.6238.24
Hex8EB4F1505C1D4a5526
Octal216264172501343511212546
Binary1000111010110100111110101010111001110110010101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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