#80AF49

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

Shades of Chelsea Cucumber #80AF49

Tints of Chelsea Cucumber #80AF49

Color information

#80AF49 (or 0x80AF49) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AF and 49. RGB value is (128,175,73). Sum of RGB (Red+Green+Blue) = 128+175+73=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF49 is #7F50B6. Grayscale: #959595. Windows color (decimal): -8343735 or 4829056. OLE color: 4829056.

HSL color Cylindrical-coordinate representation of color #80AF49: hue angle of 87.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80AF49 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB12817573-
CMYK0.2700.580.31
HSL87.65º41.13%48.63%-
HSV(B)87.65º58.29%68.63%-
XYZ25.4335.7311.86-
YUV149.3284.93112.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=34.04%
G=46.54%
B=19.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128175730.2700.580.3187.6541.1348.63
Hex80AF491B03A1F582931
Octal20025711133072371305161
Binary10000000101011111001001110110111010111111011000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,73); }

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

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

 a { background-color: rgb(128,175,73); }

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

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

 span { border-color: rgb(128,175,73); }

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