#8EA45A

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

Shades of Chelsea Cucumber #8EA45A

Tints of Chelsea Cucumber #8EA45A

Color information

#8EA45A (or 0x8EA45A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A4 and 5A. RGB value is (142,164,90). Sum of RGB (Red+Green+Blue) = 142+164+90=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA45A is #715BA5. Grayscale: #959595. Windows color (decimal): -7429030 or 5940366. OLE color: 5940366.

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

Color convert

RGB14216490-
CMYK0.1300.450.36
HSL77.84º29.13%49.8%-
HSV(B)77.84º45.12%64.31%-
XYZ26.2833.0414.67-
YUV148.9994.71123.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 164 (64.45% from 255) = 41.41%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=35.86%
G=41.41%
B=22.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164900.1300.450.3677.8429.1349.8
Hex8EA45AD02D244e1d32
Octal21624413215055441163562
Binary1000111010100100101101011010101101100100100111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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