#80AE48

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

Shades of Chelsea Cucumber #80AE48

Tints of Chelsea Cucumber #80AE48

Color information

#80AE48 (or 0x80AE48) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AE and 48. RGB value is (128,174,72). Sum of RGB (Red+Green+Blue) = 128+174+72=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE48 is #7F51B7. Grayscale: #949494. Windows color (decimal): -8343992 or 4763264. OLE color: 4763264.

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

Color convert

RGB12817472-
CMYK0.2600.590.32
HSL87.06º41.46%48.24%-
HSV(B)87.06º58.62%68.24%-
XYZ25.2135.3311.62-
YUV148.6284.76113.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=34.22%
G=46.52%
B=19.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128174720.2600.590.3287.0641.4648.24
Hex80AE481A03B20572930
Octal20025611032073401275160
Binary100000001010111010010001101001110111000001010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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