#8EAC5D

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

Shades of Chelsea Cucumber #8EAC5D

Tints of Chelsea Cucumber #8EAC5D

Color information

#8EAC5D (or 0x8EAC5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AC and 5D. RGB value is (142,172,93). Sum of RGB (Red+Green+Blue) = 142+172+93=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC5D is #7153A2. Grayscale: #9A9A9A. Windows color (decimal): -7426979 or 6139022. OLE color: 6139022.

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

Color convert

RGB14217293-
CMYK0.1700.460.33
HSL82.78º32.24%51.96%-
HSV(B)82.78º45.93%67.45%-
XYZ27.8836.0515.84-
YUV154.0293.56119.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=34.89%
G=42.26%
B=22.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142172930.1700.460.3382.7832.2451.96
Hex8EAC5D1102E21532034
Octal21625413521056411234064
Binary100011101010110010111011000101011101000011010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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