Html Css Color HEX #80A44A Chelsea Cucumber

📋 copy color: '#80A44A'

red 128 ◦ green 164 ◦ blue 74

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

Shades of Chelsea Cucumber #80A44A

Tints of Chelsea Cucumber #80A44A

RGB

 RED value IS 128 (50.39% from 255) = 34.97%

 GREEN value IS 164 (64.45% from 255) = 44.81%

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 34.97%
G = 44.81%
B = 20.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#80A44A (or 0x80A44A) is known color: Chelsea Cucumber. HEX triplet: 80, A4 and 4A. RGB value is (128,164,74). Sum of RGB (Red+Green+Blue) = 128+164+74=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #80A44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A44A is #7F5BB5. Grayscale: #8F8F8F. Windows color (decimal): -8346550 or 4891776. OLE color: 4891776.

HSL color Cylindrical-coordinate representation of color #80A44A: hue angle of 84º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80A44A is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 74 -
CMYK 0.22 0 0.55 0.36
HSL 84º 0.38% 0.47% -
HSV(B) 84º 0.55% 0.64% -
XYZ 23.41 31.63 11.35 -
YUV 142.98 89.07 117.32 -
System Red Green Blue C M Y K H S L
Decimal 128 164 74 0.22 0 0.55 0.36 84 0.38 0.47
Hex 80 A4 4A 16 0 37 24 54 26 2F
Octal 200 244 112 26 0 67 44 124 46 57
Binary 10000000 10100100 1001010 10110 0 110111 100100 1010100 100110 101111

Color Harmonies of #80A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A44A

Black with #80A44A

Text Example


Text Example

White with #80A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,164,74); }

 H1.HeaderClassName
 {
   color: #80A44A;
 }
 .AnyTagClassName
 {
   color: #80A44A;
 }
</style>

background-color css

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

 a { background-color: rgb(128,164,74); }

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

border-color css

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

 span { border-color: rgb(128,164,74); }

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