Html Css Color HEX #80AA58 Chelsea Cucumber

📋 copy color: '#80AA58'

red 128 ◦ green 170 ◦ blue 88

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

Shades of Chelsea Cucumber #80AA58

Tints of Chelsea Cucumber #80AA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.8%

R = 33.16%
G = 44.04%
B = 22.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#80AA58 (or 0x80AA58) is known color: Chelsea Cucumber. HEX triplet: 80, AA and 58. RGB value is (128,170,88). Sum of RGB (Red+Green+Blue) = 128+170+88=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA58 is #7F55A7. Grayscale: #949494. Windows color (decimal): -8345000 or 5810816. OLE color: 5810816.

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

Color convert

RGB 128 170 88 -
CMYK 0.25 0 0.48 0.33
HSL 90.73º 0.33% 0.51% -
HSV(B) 90.73º 0.48% 0.67% -
XYZ 25.04 34.04 14.48 -
YUV 148.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 128 170 88 0.25 0 0.48 0.33 90.73 0.33 0.51
Hex 80 AA 58 19 0 30 21 5B 21 33
Octal 200 252 130 31 0 60 41 133 41 63
Binary 10000000 10101010 1011000 11001 0 110000 100001 1011011 100001 110011

Color Harmonies of #80AA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA58

Black with #80AA58

Text Example


Text Example

White with #80AA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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