#80AC4C

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

Shades of Chelsea Cucumber #80AC4C

Tints of Chelsea Cucumber #80AC4C

Color information

#80AC4C (or 0x80AC4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AC and 4C. RGB value is (128,172,76). Sum of RGB (Red+Green+Blue) = 128+172+76=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC4C is #7F53B3. Grayscale: #949494. Windows color (decimal): -8344500 or 5024896. OLE color: 5024896.

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

Color convert

RGB12817276-
CMYK0.2600.560.33
HSL87.5º38.71%48.63%-
HSV(B)87.5º55.81%67.45%-
XYZ24.9634.6212.2-
YUV147.987.42113.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 76 (30.08% from 255) = 20.21%
R=34.04%
G=45.74%
B=20.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172760.2600.560.3387.538.7148.63
Hex80AC4C1A03821582731
Octal20025411432070411304761
Binary100000001010110010011001101001110001000011011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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