#80a14d

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

Shades of Chelsea Cucumber #80A14D

Tints of Chelsea Cucumber #80A14D

Color information

#80A14D (or 0x80A14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A1 and 4D. RGB value is (128,161,77). Sum of RGB (Red+Green+Blue) = 128+161+77=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #80A14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A14D is #7F5EB2. Grayscale: #8D8D8D. Windows color (decimal): -8347315 or 5087616. OLE color: 5087616.

HSL color Cylindrical-coordinate representation of color #80A14D: hue angle of 83.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80A14D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB12816177-
CMYK0.2000.520.37
HSL83.57º35.29%46.67%-
HSV(B)83.57º52.17%63.14%-
XYZ22.9930.6111.72-
YUV141.5691.57118.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=34.97%
G=43.99%
B=21.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128161770.2000.520.3783.5735.2946.67
Hex80A14D140342554232f
Octal20024111524064451244357
Binary100000001010000110011011010001101001001011010100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80a14d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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