#80A94E

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

Shades of Chelsea Cucumber #80A94E

Tints of Chelsea Cucumber #80A94E

Color information

#80A94E (or 0x80A94E) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A9 and 4E. RGB value is (128,169,78). Sum of RGB (Red+Green+Blue) = 128+169+78=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #80A94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A94E is #7F56B1. Grayscale: #929292. Windows color (decimal): -8345266 or 5155200. OLE color: 5155200.

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

Color convert

RGB12816978-
CMYK0.2400.540.34
HSL87.03º36.84%48.43%-
HSV(B)87.03º53.85%66.27%-
XYZ24.4733.5212.39-
YUV146.3789.42114.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=34.13%
G=45.07%
B=20.8%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128169780.2400.540.3487.0336.8448.43
Hex80A94E1803622572530
Octal20025111630066421274560
Binary100000001010100110011101100001101101000101010111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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