#8EAF4C

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

Shades of Chelsea Cucumber #8EAF4C

Tints of Chelsea Cucumber #8EAF4C

Color information

#8EAF4C (or 0x8EAF4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AF and 4C. RGB value is (142,175,76). Sum of RGB (Red+Green+Blue) = 142+175+76=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF4C is #7150B3. Grayscale: #9A9A9A. Windows color (decimal): -7426228 or 5025678. OLE color: 5025678.

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

Color convert

RGB14217576-
CMYK0.1900.570.31
HSL80º39.44%49.22%-
HSV(B)80º56.57%68.63%-
XYZ27.7936.9312.5-
YUV153.8584.07119.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=36.13%
G=44.53%
B=19.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175760.1900.570.318039.4449.22
Hex8EAF4C130391F502731
Octal21625711423071371204761
Binary10001110101011111001100100110111001111111010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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