#8EA16C

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

Shades of Chelsea Cucumber #8EA16C

Tints of Chelsea Cucumber #8EA16C

Color information

#8EA16C (or 0x8EA16C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A1 and 6C. RGB value is (142,161,108). Sum of RGB (Red+Green+Blue) = 142+161+108=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA16C is #715E93. Grayscale: #959595. Windows color (decimal): -7429780 or 7119246. OLE color: 7119246.

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

Color convert

RGB142161108-
CMYK0.1200.330.37
HSL81.51º21.99%52.75%-
HSV(B)81.51º32.92%63.14%-
XYZ26.6132.3219.02-
YUV149.28104.71122.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=34.55%
G=39.17%
B=26.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611080.1200.330.3781.5121.9952.75
Hex8EA16CC02125521635
Octal21624115414041451222665
Binary1000111010100001110110011000100001100101101001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,108); }

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

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

 a { background-color: rgb(142,161,108); }

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

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

 span { border-color: rgb(142,161,108); }

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