#8EA370

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

Shades of Chelsea Cucumber #8EA370

Tints of Chelsea Cucumber #8EA370

Color information

#8EA370 (or 0x8EA370) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A3 and 70. RGB value is (142,163,112). Sum of RGB (Red+Green+Blue) = 142+163+112=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA370 is #715C8F. Grayscale: #979797. Windows color (decimal): -7429264 or 7381902. OLE color: 7381902.

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

Color convert

RGB142163112-
CMYK0.1300.310.36
HSL84.71º21.7%53.92%-
HSV(B)84.71º31.29%63.92%-
XYZ27.1833.1220.29-
YUV150.91106.04121.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=34.05%
G=39.09%
B=26.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421631120.1300.310.3684.7121.753.92
Hex8EA370D01F24551636
Octal21624316015037441252666
Binary100011101010001111100001101011111100100101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,112); }

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

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

 a { background-color: rgb(142,163,112); }

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

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

 span { border-color: rgb(142,163,112); }

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