#8EAC4D

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

Shades of Chelsea Cucumber #8EAC4D

Tints of Chelsea Cucumber #8EAC4D

Color information

#8EAC4D (or 0x8EAC4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AC and 4D. RGB value is (142,172,77). Sum of RGB (Red+Green+Blue) = 142+172+77=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC4D is #7153B2. Grayscale: #989898. Windows color (decimal): -7426995 or 5090446. OLE color: 5090446.

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

Color convert

RGB14217277-
CMYK0.1700.550.33
HSL78.95º38.15%48.82%-
HSV(B)78.95º55.23%67.45%-
XYZ27.2535.7912.49-
YUV152.285.56120.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=36.32%
G=43.99%
B=19.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142172770.1700.550.3378.9538.1548.82
Hex8EAC4D11037214f2631
Octal21625411521067411174661
Binary100011101010110010011011000101101111000011001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,172,77); }

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

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

 a { background-color: rgb(142,172,77); }

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

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

 span { border-color: rgb(142,172,77); }

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