Html Css Color HEX #80AC55 Chelsea Cucumber

📋 copy color: '#80AC55'

red 128 ◦ green 172 ◦ blue 85

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

Shades of Chelsea Cucumber #80AC55

Tints of Chelsea Cucumber #80AC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 33.25%
G = 44.68%
B = 22.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#80AC55 (or 0x80AC55) is known color: Chelsea Cucumber. HEX triplet: 80, AC and 55. RGB value is (128,172,85). Sum of RGB (Red+Green+Blue) = 128+172+85=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC55 is #7F53AA. Grayscale: #959595. Windows color (decimal): -8344491 or 5614720. OLE color: 5614720.

HSL color Cylindrical-coordinate representation of color #80AC55: hue angle of 90.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80AC55 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 85 -
CMYK 0.26 0 0.51 0.33
HSL 90.34º 0.34% 0.5% -
HSV(B) 90.34º 0.51% 0.67% -
XYZ 25.29 34.75 13.97 -
YUV 148.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 128 172 85 0.26 0 0.51 0.33 90.34 0.34 0.5
Hex 80 AC 55 1A 0 33 21 5A 22 32
Octal 200 254 125 32 0 63 41 132 42 62
Binary 10000000 10101100 1010101 11010 0 110011 100001 1011010 100010 110010

Color Harmonies of #80AC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC55

Black with #80AC55

Text Example


Text Example

White with #80AC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,85); }

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

background-color css

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

 a { background-color: rgb(128,172,85); }

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

border-color css

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

 span { border-color: rgb(128,172,85); }

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