#8EAD4A

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

Shades of Chelsea Cucumber #8EAD4A

Tints of Chelsea Cucumber #8EAD4A

Color information

#8EAD4A (or 0x8EAD4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AD and 4A. RGB value is (142,173,74). Sum of RGB (Red+Green+Blue) = 142+173+74=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAD4A is #7152B5. Grayscale: #989898. Windows color (decimal): -7426742 or 4894094. OLE color: 4894094.

HSL color Cylindrical-coordinate representation of color #8EAD4A: hue angle of 78.79º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EAD4A is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB14217374-
CMYK0.1800.570.32
HSL78.79º40.08%48.43%-
HSV(B)78.79º57.23%67.84%-
XYZ27.3336.1312.01-
YUV152.4483.73120.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 74 (29.30% from 255) = 19.02%
R=36.50%
G=44.47%
B=19.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142173740.1800.570.3278.7940.0848.43
Hex8EAD4A12039204f2830
Octal21625511222071401175060
Binary100011101010110110010101001001110011000001001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,74); }

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

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

 a { background-color: rgb(142,173,74); }

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

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

 span { border-color: rgb(142,173,74); }

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