#8EAD5B

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

Shades of Chelsea Cucumber #8EAD5B

Tints of Chelsea Cucumber #8EAD5B

Color information

#8EAD5B (or 0x8EAD5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AD and 5B. RGB value is (142,173,91). Sum of RGB (Red+Green+Blue) = 142+173+91=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD5B is #7152A4. Grayscale: #9A9A9A. Windows color (decimal): -7426725 or 6008206. OLE color: 6008206.

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

Color convert

RGB14217391-
CMYK0.1800.470.32
HSL82.68º33.33%51.76%-
HSV(B)82.68º47.4%67.84%-
XYZ27.9936.3915.45-
YUV154.3892.23119.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=34.98%
G=42.61%
B=22.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142173910.1800.470.3282.6833.3351.76
Hex8EAD5B1202F20532134
Octal21625513322057401234164
Binary100011101010110110110111001001011111000001010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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