#80A84F

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

Shades of Chelsea Cucumber #80A84F

Tints of Chelsea Cucumber #80A84F

Color information

#80A84F (or 0x80A84F) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A8 and 4F. RGB value is (128,168,79). Sum of RGB (Red+Green+Blue) = 128+168+79=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #80A84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A84F is #7F57B0. Grayscale: #929292. Windows color (decimal): -8345521 or 5220480. OLE color: 5220480.

HSL color Cylindrical-coordinate representation of color #80A84F: hue angle of 86.97º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80A84F is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB12816879-
CMYK0.2400.530.34
HSL86.97º36.03%48.43%-
HSV(B)86.97º52.98%65.88%-
XYZ24.3233.1612.52-
YUV145.8990.25115.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=34.13%
G=44.8%
B=21.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128168790.2400.530.3486.9736.0348.43
Hex80A84F1803522572430
Octal20025011730065421274460
Binary100000001010100010011111100001101011000101010111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,168,79); }

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

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

 a { background-color: rgb(128,168,79); }

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

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

 span { border-color: rgb(128,168,79); }

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