#8EA552

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

Shades of Chelsea Cucumber #8EA552

Tints of Chelsea Cucumber #8EA552

Color information

#8EA552 (or 0x8EA552) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A5 and 52. RGB value is (142,165,82). Sum of RGB (Red+Green+Blue) = 142+165+82=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA552 is #715AAD. Grayscale: #949494. Windows color (decimal): -7428782 or 5416334. OLE color: 5416334.

HSL color Cylindrical-coordinate representation of color #8EA552: hue angle of 76.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EA552 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB14216582-
CMYK0.1400.500.35
HSL76.63º33.6%48.43%-
HSV(B)76.63º50.3%64.71%-
XYZ26.1333.2713.03-
YUV148.6690.38123.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=36.50%
G=42.42%
B=21.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142165820.1400.500.3576.6333.648.43
Hex8EA552E032234d2230
Octal21624512216062431154260
Binary10001110101001011010010111001100101000111001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,165,82); }

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

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

 a { background-color: rgb(142,165,82); }

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

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

 span { border-color: rgb(142,165,82); }

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