#8EA06B

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

Shades of Chelsea Cucumber #8EA06B

Tints of Chelsea Cucumber #8EA06B

Color information

#8EA06B (or 0x8EA06B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A0 and 6B. RGB value is (142,160,107). Sum of RGB (Red+Green+Blue) = 142+160+107=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA06B is #715F94. Grayscale: #949494. Windows color (decimal): -7430037 or 7053454. OLE color: 7053454.

HSL color Cylindrical-coordinate representation of color #8EA06B: hue angle of 80.38º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EA06B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB142160107-
CMYK0.1100.330.37
HSL80.38º21.81%52.35%-
HSV(B)80.38º33.13%62.75%-
XYZ26.3831.9518.69-
YUV148.58104.54123.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.72%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=34.72%
G=39.12%
B=26.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421601070.1100.330.3780.3821.8152.35
Hex8EA06BB02125501634
Octal21624015313041451202664
Binary1000111010100000110101110110100001100101101000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,107); }

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

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

 a { background-color: rgb(142,160,107); }

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

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

 span { border-color: rgb(142,160,107); }

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