#8EA45E

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

Shades of Chelsea Cucumber #8EA45E

Tints of Chelsea Cucumber #8EA45E

Color information

#8EA45E (or 0x8EA45E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A4 and 5E. RGB value is (142,164,94). Sum of RGB (Red+Green+Blue) = 142+164+94=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA45E is #715BA1. Grayscale: #959595. Windows color (decimal): -7429026 or 6202510. OLE color: 6202510.

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

Color convert

RGB14216494-
CMYK0.1300.430.36
HSL78.86º27.78%50.59%-
HSV(B)78.86º42.68%64.31%-
XYZ26.4533.1115.59-
YUV149.4496.71122.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=35.5%
G=41%
B=23.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164940.1300.430.3678.8627.7850.59
Hex8EA45ED02B244f1c33
Octal21624413615053441173463
Binary1000111010100100101111011010101011100100100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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