#80AC4D

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

Shades of Chelsea Cucumber #80AC4D

Tints of Chelsea Cucumber #80AC4D

Color information

#80AC4D (or 0x80AC4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AC and 4D. RGB value is (128,172,77). Sum of RGB (Red+Green+Blue) = 128+172+77=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC4D is #7F53B2. Grayscale: #949494. Windows color (decimal): -8344499 or 5090432. OLE color: 5090432.

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

Color convert

RGB12817277-
CMYK0.2600.550.33
HSL87.79º38.15%48.82%-
HSV(B)87.79º55.23%67.45%-
XYZ24.9934.6312.39-
YUV148.0187.92113.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=33.95%
G=45.62%
B=20.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172770.2600.550.3387.7938.1548.82
Hex80AC4D1A03721582631
Octal20025411532067411304661
Binary100000001010110010011011101001101111000011011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,172,77); }

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

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

 a { background-color: rgb(128,172,77); }

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

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

 span { border-color: rgb(128,172,77); }

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