#8EAA54

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

Shades of Chelsea Cucumber #8EAA54

Tints of Chelsea Cucumber #8EAA54

Color information

#8EAA54 (or 0x8EAA54) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AA and 54. RGB value is (142,170,84). Sum of RGB (Red+Green+Blue) = 142+170+84=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA54 is #7155AB. Grayscale: #989898. Windows color (decimal): -7427500 or 5548686. OLE color: 5548686.

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

Color convert

RGB14217084-
CMYK0.1600.510.33
HSL79.53º33.86%49.8%-
HSV(B)79.53º50.59%66.67%-
XYZ27.1335.1413.74-
YUV151.8289.72120.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=35.86%
G=42.93%
B=21.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170840.1600.510.3379.5333.8649.8
Hex8EAA541003321502232
Octal21625212420063411204262
Binary100011101010101010101001000001100111000011010000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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