#8EA852

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

Shades of Chelsea Cucumber #8EA852

Tints of Chelsea Cucumber #8EA852

Color information

#8EA852 (or 0x8EA852) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A8 and 52. RGB value is (142,168,82). Sum of RGB (Red+Green+Blue) = 142+168+82=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA852 is #7157AD. Grayscale: #969696. Windows color (decimal): -7428014 or 5417102. OLE color: 5417102.

HSL color Cylindrical-coordinate representation of color #8EA852: hue angle of 78.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EA852 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB14216882-
CMYK0.1500.510.34
HSL78.14º34.4%49.02%-
HSV(B)78.14º51.19%65.88%-
XYZ26.6834.3713.21-
YUV150.4289.39121.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=36.22%
G=42.86%
B=20.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142168820.1500.510.3478.1434.449.02
Hex8EA852F033224e2231
Octal21625012217063421164261
Binary10001110101010001010010111101100111000101001110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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