#8EAC5A

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

Shades of Chelsea Cucumber #8EAC5A

Tints of Chelsea Cucumber #8EAC5A

Color information

#8EAC5A (or 0x8EAC5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AC and 5A. RGB value is (142,172,90). Sum of RGB (Red+Green+Blue) = 142+172+90=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC5A is #7153A5. Grayscale: #999999. Windows color (decimal): -7426982 or 5942414. OLE color: 5942414.

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

Color convert

RGB14217290-
CMYK0.1700.480.33
HSL81.95º33.06%51.37%-
HSV(B)81.95º47.67%67.45%-
XYZ27.7535.9915.16-
YUV153.6892.06119.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=35.15%
G=42.57%
B=22.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142172900.1700.480.3381.9533.0651.37
Hex8EAC5A1103021522133
Octal21625413221060411224163
Binary100011101010110010110101000101100001000011010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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