#8EA855

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

Shades of Chelsea Cucumber #8EA855

Tints of Chelsea Cucumber #8EA855

Color information

#8EA855 (or 0x8EA855) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A8 and 55. RGB value is (142,168,85). Sum of RGB (Red+Green+Blue) = 142+168+85=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA855 is #7157AA. Grayscale: #979797. Windows color (decimal): -7428011 or 5613710. OLE color: 5613710.

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

Color convert

RGB14216885-
CMYK0.1500.490.34
HSL78.8º32.81%49.61%-
HSV(B)78.8º49.4%65.88%-
XYZ26.834.4113.82-
YUV150.7690.89121.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 85 (33.59% from 255) = 21.52%
R=35.95%
G=42.53%
B=21.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142168850.1500.490.3478.832.8149.61
Hex8EA855F031224f2132
Octal21625012517061421174162
Binary10001110101010001010101111101100011000101001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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