Html Css Color HEX #80AA4F Chelsea Cucumber

📋 copy color: '#80AA4F'

red 128 ◦ green 170 ◦ blue 79

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

Shades of Chelsea Cucumber #80AA4F

Tints of Chelsea Cucumber #80AA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.09%

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

R = 33.95%
G = 45.09%
B = 20.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#80AA4F (or 0x80AA4F) is known color: Chelsea Cucumber. HEX triplet: 80, AA and 4F. RGB value is (128,170,79). Sum of RGB (Red+Green+Blue) = 128+170+79=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA4F is #7F55B0. Grayscale: #939393. Windows color (decimal): -8345009 or 5220992. OLE color: 5220992.

HSL color Cylindrical-coordinate representation of color #80AA4F: hue angle of 87.69º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80AA4F is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 170 79 -
CMYK 0.25 0 0.54 0.33
HSL 87.69º 0.37% 0.49% -
HSV(B) 87.69º 0.54% 0.67% -
XYZ 24.69 33.9 12.64 -
YUV 147.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 128 170 79 0.25 0 0.54 0.33 87.69 0.37 0.49
Hex 80 AA 4F 19 0 36 21 58 25 31
Octal 200 252 117 31 0 66 41 130 45 61
Binary 10000000 10101010 1001111 11001 0 110110 100001 1011000 100101 110001

Color Harmonies of #80AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA4F

Black with #80AA4F

Text Example


Text Example

White with #80AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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