#8EA255

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

Shades of Chelsea Cucumber #8EA255

Tints of Chelsea Cucumber #8EA255

Color information

#8EA255 (or 0x8EA255) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A2 and 55. RGB value is (142,162,85). Sum of RGB (Red+Green+Blue) = 142+162+85=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA255 is #715DAA. Grayscale: #939393. Windows color (decimal): -7429547 or 5612174. OLE color: 5612174.

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

Color convert

RGB14216285-
CMYK0.1200.480.36
HSL75.58º31.17%48.43%-
HSV(B)75.58º47.53%63.53%-
XYZ25.7232.2513.46-
YUV147.2492.87124.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=36.50%
G=41.65%
B=21.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162850.1200.480.3675.5831.1748.43
Hex8EA255C030244c1f30
Octal21624212514060441143760
Binary1000111010100010101010111000110000100100100110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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