Html Css Color HEX #80A94E Chelsea Cucumber

📋 copy color: '#80A94E'

red 128 ◦ green 169 ◦ blue 78

#80A94E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #80A94E

Tints of Chelsea Cucumber #80A94E

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 value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#80A94E (or 0x80A94E) is known color: 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

RGB 128 169 78 -
CMYK 0.24 0 0.54 0.34
HSL 87.03º 0.37% 0.48% -
HSV(B) 87.03º 0.54% 0.66% -
XYZ 24.47 33.52 12.39 -
YUV 146.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 128 169 78 0.24 0 0.54 0.34 87.03 0.37 0.48
Hex 80 A9 4E 18 0 36 22 57 25 30
Octal 200 251 116 30 0 66 42 127 45 60
Binary 10000000 10101001 1001110 11000 0 110110 100010 1010111 100101 110000

Color Harmonies of #80A94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A94E

Black with #80A94E

Text Example


Text Example

White with #80A94E

Text Example


Text Example

HTML Codes & Css Web 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>