#80A44E

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

Shades of Chelsea Cucumber #80A44E

Tints of Chelsea Cucumber #80A44E

Color information

#80A44E (or 0x80A44E) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A4 and 4E. RGB value is (128,164,78). Sum of RGB (Red+Green+Blue) = 128+164+78=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #80A44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A44E is #7F5BB1. Grayscale: #8F8F8F. Windows color (decimal): -8346546 or 5153920. OLE color: 5153920.

HSL color Cylindrical-coordinate representation of color #80A44E: hue angle of 85.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80A44E is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB12816478-
CMYK0.2200.520.36
HSL85.12º35.54%47.45%-
HSV(B)85.12º52.44%64.31%-
XYZ23.5531.6912.08-
YUV143.4391.07116.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=34.59%
G=44.32%
B=21.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164780.2200.520.3685.1235.5447.45
Hex80A44E160342455242f
Octal20024411626064441254457
Binary100000001010010010011101011001101001001001010101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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