#8EA258

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

Shades of Chelsea Cucumber #8EA258

Tints of Chelsea Cucumber #8EA258

Color information

#8EA258 (or 0x8EA258) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A2 and 58. RGB value is (142,162,88). Sum of RGB (Red+Green+Blue) = 142+162+88=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA258 is #715DA7. Grayscale: #939393. Windows color (decimal): -7429544 or 5808782. OLE color: 5808782.

HSL color Cylindrical-coordinate representation of color #8EA258: hue angle of 76.22º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EA258 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB14216288-
CMYK0.1200.460.36
HSL76.22º29.6%49.02%-
HSV(B)76.22º45.68%63.53%-
XYZ25.8432.314.1-
YUV147.5894.37124.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=36.22%
G=41.33%
B=22.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162880.1200.460.3676.2229.649.02
Hex8EA258C02E244c1e31
Octal21624213014056441143661
Binary1000111010100010101100011000101110100100100110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,88); }

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

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

 a { background-color: rgb(142,162,88); }

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

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

 span { border-color: rgb(142,162,88); }

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