#8EAF50

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

Shades of Chelsea Cucumber #8EAF50

Tints of Chelsea Cucumber #8EAF50

Color information

#8EAF50 (or 0x8EAF50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AF and 50. RGB value is (142,175,80). Sum of RGB (Red+Green+Blue) = 142+175+80=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAF50 is #7150AF. Grayscale: #9A9A9A. Windows color (decimal): -7426224 or 5287822. OLE color: 5287822.

HSL color Cylindrical-coordinate representation of color #8EAF50: hue angle of 80.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EAF50 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB14217580-
CMYK0.1900.540.31
HSL80.84º37.25%50%-
HSV(B)80.84º54.29%68.63%-
XYZ27.9336.9913.26-
YUV154.386.07119.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=35.77%
G=44.08%
B=20.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175800.1900.540.3180.8437.2550
Hex8EAF50130361F512532
Octal21625712023066371214562
Binary10001110101011111010000100110110110111111010001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,175,80); }

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

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

 a { background-color: rgb(142,175,80); }

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

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

 span { border-color: rgb(142,175,80); }

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