#8EA468

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

Shades of Chelsea Cucumber #8EA468

Tints of Chelsea Cucumber #8EA468

Color information

#8EA468 (or 0x8EA468) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A4 and 68. RGB value is (142,164,104). Sum of RGB (Red+Green+Blue) = 142+164+104=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA468 is #715B97. Grayscale: #969696. Windows color (decimal): -7429016 or 6857870. OLE color: 6857870.

HSL color Cylindrical-coordinate representation of color #8EA468: hue angle of 82º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EA468 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB142164104-
CMYK0.1300.370.36
HSL82º24.79%52.55%-
HSV(B)82º36.59%64.31%-
XYZ26.9333.318.11-
YUV150.58101.71121.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 164 (64.45% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=34.63%
G=40%
B=25.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421641040.1300.370.368224.7952.55
Hex8EA468D02524521935
Octal21624415015045441223165
Binary1000111010100100110100011010100101100100101001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,104); }

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

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

 a { background-color: rgb(142,164,104); }

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

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

 span { border-color: rgb(142,164,104); }

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