#80AD4E

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

Shades of Chelsea Cucumber #80AD4E

Tints of Chelsea Cucumber #80AD4E

Color information

#80AD4E (or 0x80AD4E) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AD and 4E. RGB value is (128,173,78). Sum of RGB (Red+Green+Blue) = 128+173+78=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD4E is #7F52B1. Grayscale: #959595. Windows color (decimal): -8344242 or 5156224. OLE color: 5156224.

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

Color convert

RGB12817378-
CMYK0.2600.550.32
HSL88.42º37.85%49.22%-
HSV(B)88.42º54.91%67.84%-
XYZ25.2235.0312.64-
YUV148.7188.09113.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=33.77%
G=45.65%
B=20.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128173780.2600.550.3288.4237.8549.22
Hex80AD4E1A03720582631
Octal20025511632067401304661
Binary100000001010110110011101101001101111000001011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,173,78); }

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

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

 a { background-color: rgb(128,173,78); }

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

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

 span { border-color: rgb(128,173,78); }

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