Html Css Color HEX #80A44F Chelsea Cucumber

📋 copy color: '#80A44F'

red 128 ◦ green 164 ◦ blue 79

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

Shades of Chelsea Cucumber #80A44F

Tints of Chelsea Cucumber #80A44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 34.5%
G = 44.2%
B = 21.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#80A44F (or 0x80A44F) is known color: Chelsea Cucumber. HEX triplet: 80, A4 and 4F. RGB value is (128,164,79). Sum of RGB (Red+Green+Blue) = 128+164+79=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #80A44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A44F is #7F5BB0. Grayscale: #8F8F8F. Windows color (decimal): -8346545 or 5219456. OLE color: 5219456.

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

Color convert

RGB 128 164 79 -
CMYK 0.22 0 0.52 0.36
HSL 85.41º 0.35% 0.48% -
HSV(B) 85.41º 0.52% 0.64% -
XYZ 23.59 31.7 12.27 -
YUV 143.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 128 164 79 0.22 0 0.52 0.36 85.41 0.35 0.48
Hex 80 A4 4F 16 0 34 24 55 23 30
Octal 200 244 117 26 0 64 44 125 43 60
Binary 10000000 10100100 1001111 10110 0 110100 100100 1010101 100011 110000

Color Harmonies of #80A44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A44F

Black with #80A44F

Text Example


Text Example

White with #80A44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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