#8EAC4A

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

Shades of Chelsea Cucumber #8EAC4A

Tints of Chelsea Cucumber #8EAC4A

Color information

#8EAC4A (or 0x8EAC4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AC and 4A. RGB value is (142,172,74). Sum of RGB (Red+Green+Blue) = 142+172+74=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAC4A is #7153B5. Grayscale: #989898. Windows color (decimal): -7426998 or 4893838. OLE color: 4893838.

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

Color convert

RGB14217274-
CMYK0.1700.570.33
HSL78.37º39.84%48.24%-
HSV(B)78.37º56.98%67.45%-
XYZ27.1435.7511.95-
YUV151.8684.06120.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=36.60%
G=44.33%
B=19.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142172740.1700.570.3378.3739.8448.24
Hex8EAC4A11039214e2830
Octal21625411221071411165060
Binary100011101010110010010101000101110011000011001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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