#8EAA4C

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

Shades of Chelsea Cucumber #8EAA4C

Tints of Chelsea Cucumber #8EAA4C

Color information

#8EAA4C (or 0x8EAA4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AA and 4C. RGB value is (142,170,76). Sum of RGB (Red+Green+Blue) = 142+170+76=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAA4C is #7155B3. Grayscale: #979797. Windows color (decimal): -7427508 or 5024398. OLE color: 5024398.

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

Color convert

RGB14217076-
CMYK0.1600.550.33
HSL77.87º38.21%48.24%-
HSV(B)77.87º55.29%66.67%-
XYZ26.8335.0212.18-
YUV150.9185.72121.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 76 (30.08% from 255) = 19.59%
R=36.60%
G=43.81%
B=19.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170760.1600.550.3377.8738.2148.24
Hex8EAA4C10037214e2630
Octal21625211420067411164660
Binary100011101010101010011001000001101111000011001110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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