#8EA86F

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

Shades of Chelsea Cucumber #8EA86F

Tints of Chelsea Cucumber #8EA86F

Color information

#8EA86F (or 0x8EA86F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A8 and 6F. RGB value is (142,168,111). Sum of RGB (Red+Green+Blue) = 142+168+111=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA86F is #715790. Grayscale: #999999. Windows color (decimal): -7427985 or 7317646. OLE color: 7317646.

HSL color Cylindrical-coordinate representation of color #8EA86F: hue angle of 87.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EA86F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB142168111-
CMYK0.1500.340.34
HSL87.37º24.68%54.71%-
HSV(B)87.37º33.93%65.88%-
XYZ28.0334.920.3-
YUV153.73103.89119.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=33.73%
G=39.90%
B=26.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421681110.1500.340.3487.3724.6854.71
Hex8EA86FF02222571937
Octal21625015717042421273167
Binary1000111010101000110111111110100010100010101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,168,111); }

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

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

 a { background-color: rgb(142,168,111); }

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

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

 span { border-color: rgb(142,168,111); }

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