#8EB14D

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

Shades of Chelsea Cucumber #8EB14D

Tints of Chelsea Cucumber #8EB14D

Color information

#8EB14D (or 0x8EB14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B1 and 4D. RGB value is (142,177,77). Sum of RGB (Red+Green+Blue) = 142+177+77=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EB14D is #714EB2. Grayscale: #9B9B9B. Windows color (decimal): -7425715 or 5091726. OLE color: 5091726.

HSL color Cylindrical-coordinate representation of color #8EB14D: hue angle of 81º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EB14D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB14217777-
CMYK0.2000.560.31
HSL81º39.37%49.8%-
HSV(B)81º56.5%69.41%-
XYZ28.2237.7312.82-
YUV155.1483.9118.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 177 (69.53% from 255) = 44.70%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=35.86%
G=44.70%
B=19.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177770.2000.560.318139.3749.8
Hex8EB14D140381F512732
Octal21626111524070371214762
Binary10001110101100011001101101000111000111111010001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,77); }

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

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

 a { background-color: rgb(142,177,77); }

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

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

 span { border-color: rgb(142,177,77); }

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