#8EA15D

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

Shades of Chelsea Cucumber #8EA15D

Tints of Chelsea Cucumber #8EA15D

Color information

#8EA15D (or 0x8EA15D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A1 and 5D. RGB value is (142,161,93). Sum of RGB (Red+Green+Blue) = 142+161+93=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA15D is #715EA2. Grayscale: #939393. Windows color (decimal): -7429795 or 6136206. OLE color: 6136206.

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

Color convert

RGB14216193-
CMYK0.1200.420.37
HSL76.76º26.77%49.8%-
HSV(B)76.76º42.24%63.14%-
XYZ25.8832.0315.17-
YUV147.5797.21124.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=35.86%
G=40.66%
B=23.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142161930.1200.420.3776.7626.7749.8
Hex8EA15DC02A254d1b32
Octal21624113514052451153362
Binary1000111010100001101110111000101010100101100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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