#80AE4C

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

Shades of Chelsea Cucumber #80AE4C

Tints of Chelsea Cucumber #80AE4C

Color information

#80AE4C (or 0x80AE4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AE and 4C. RGB value is (128,174,76). Sum of RGB (Red+Green+Blue) = 128+174+76=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE4C is #7F51B3. Grayscale: #959595. Windows color (decimal): -8343988 or 5025408. OLE color: 5025408.

HSL color Cylindrical-coordinate representation of color #80AE4C: hue angle of 88.16º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80AE4C is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB12817476-
CMYK0.2600.560.32
HSL88.16º39.2%49.02%-
HSV(B)88.16º56.32%68.24%-
XYZ25.3435.3812.33-
YUV149.0786.76112.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=33.86%
G=46.03%
B=20.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174760.2600.560.3288.1639.249.02
Hex80AE4C1A03820582731
Octal20025611432070401304761
Binary100000001010111010011001101001110001000001011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AE4C; }

 p { color: rgb(128,174,76); }

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

<style>
 a { background-color: #80AE4C; }

 a { background-color: rgb(128,174,76); }

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

<style>
 span { border-color: #80AE4C; }

 span { border-color: rgb(128,174,76); }

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