#80AC46

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

Shades of Chelsea Cucumber #80AC46

Tints of Chelsea Cucumber #80AC46

Color information

#80AC46 (or 0x80AC46) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AC and 46. RGB value is (128,172,70). Sum of RGB (Red+Green+Blue) = 128+172+70=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC46 is #7F53B9. Grayscale: #939393. Windows color (decimal): -8344506 or 4631680. OLE color: 4631680.

HSL color Cylindrical-coordinate representation of color #80AC46: hue angle of 85.88º 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 #80AC46 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB12817270-
CMYK0.2600.590.33
HSL85.88º42.15%47.45%-
HSV(B)85.88º59.3%67.45%-
XYZ24.7634.5411.16-
YUV147.2284.42114.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=34.59%
G=46.49%
B=18.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128172700.2600.590.3385.8842.1547.45
Hex80AC461A03B21562a2f
Octal20025410632073411265257
Binary100000001010110010001101101001110111000011010110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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