#8EAB4A

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

Shades of Chelsea Cucumber #8EAB4A

Tints of Chelsea Cucumber #8EAB4A

Color information

#8EAB4A (or 0x8EAB4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AB and 4A. RGB value is (142,171,74). Sum of RGB (Red+Green+Blue) = 142+171+74=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAB4A is #7154B5. Grayscale: #979797. Windows color (decimal): -7427254 or 4893582. OLE color: 4893582.

HSL color Cylindrical-coordinate representation of color #8EAB4A: hue angle of 77.94º 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 #8EAB4A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB14217174-
CMYK0.1700.570.33
HSL77.94º39.59%48.04%-
HSV(B)77.94º56.73%67.06%-
XYZ26.9535.3711.89-
YUV151.2784.39121.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=36.69%
G=44.19%
B=19.12%

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
Decimal142171740.1700.570.3377.9439.5948.04
Hex8EAB4A11039214e2830
Octal21625311221071411165060
Binary100011101010101110010101000101110011000011001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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