#80A24E

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

Shades of Chelsea Cucumber #80A24E

Tints of Chelsea Cucumber #80A24E

Color information

#80A24E (or 0x80A24E) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A2 and 4E. RGB value is (128,162,78). Sum of RGB (Red+Green+Blue) = 128+162+78=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #80A24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A24E is #7F5DB1. Grayscale: #8E8E8E. Windows color (decimal): -8347058 or 5153408. OLE color: 5153408.

HSL color Cylindrical-coordinate representation of color #80A24E: hue angle of 84.29º degrees, saturation: 0.35, 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 #80A24E is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB12816278-
CMYK0.2100.520.36
HSL84.29º35%47.06%-
HSV(B)84.29º51.85%63.53%-
XYZ23.230.9811.96-
YUV142.2691.74117.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=34.78%
G=44.02%
B=21.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128162780.2100.520.3684.293547.06
Hex80A24E150342454232f
Octal20024211625064441244357
Binary100000001010001010011101010101101001001001010100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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