#80AA45

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

Shades of Chelsea Cucumber #80AA45

Tints of Chelsea Cucumber #80AA45

Color information

#80AA45 (or 0x80AA45) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AA and 45. RGB value is (128,170,69). Sum of RGB (Red+Green+Blue) = 128+170+69=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA45 is #7F55BA. Grayscale: #929292. Windows color (decimal): -8345019 or 4565632. OLE color: 4565632.

HSL color Cylindrical-coordinate representation of color #80AA45: hue angle of 84.95º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80AA45 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB12817069-
CMYK0.2500.590.33
HSL84.95º42.26%46.86%-
HSV(B)84.95º59.41%66.67%-
XYZ24.3533.7710.86-
YUV145.9384.59115.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=34.88%
G=46.32%
B=18.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128170690.2500.590.3384.9542.2646.86
Hex80AA451903B21552a2f
Octal20025210531073411255257
Binary100000001010101010001011100101110111000011010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,69); }

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

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

 a { background-color: rgb(128,170,69); }

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

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

 span { border-color: rgb(128,170,69); }

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