#8EAA56

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

Shades of Chelsea Cucumber #8EAA56

Tints of Chelsea Cucumber #8EAA56

Color information

#8EAA56 (or 0x8EAA56) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AA and 56. RGB value is (142,170,86). Sum of RGB (Red+Green+Blue) = 142+170+86=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA56 is #7155A9. Grayscale: #989898. Windows color (decimal): -7427498 or 5679758. OLE color: 5679758.

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

Color convert

RGB14217086-
CMYK0.1600.490.33
HSL80º33.07%50.2%-
HSV(B)80º49.41%66.67%-
XYZ27.2135.1714.16-
YUV152.0590.72120.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=35.68%
G=42.71%
B=21.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170860.1600.490.338033.0750.2
Hex8EAA561003121502132
Octal21625212620061411204162
Binary100011101010101010101101000001100011000011010000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,86); }

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

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

 a { background-color: rgb(142,170,86); }

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

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

 span { border-color: rgb(142,170,86); }

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