#80AE54

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

Shades of Chelsea Cucumber #80AE54

Tints of Chelsea Cucumber #80AE54

Color information

#80AE54 (or 0x80AE54) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AE and 54. RGB value is (128,174,84). Sum of RGB (Red+Green+Blue) = 128+174+84=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE54 is #7F51AB. Grayscale: #969696. Windows color (decimal): -8343980 or 5549696. OLE color: 5549696.

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

Color convert

RGB12817484-
CMYK0.2600.520.32
HSL90.67º35.71%50.59%-
HSV(B)90.67º51.72%68.24%-
XYZ25.6435.513.89-
YUV149.9990.76112.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=33.16%
G=45.08%
B=21.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174840.2600.520.3290.6735.7150.59
Hex80AE541A034205b2433
Octal20025612432064401334463
Binary100000001010111010101001101001101001000001011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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