Html Css Color HEX #80AC46 Chelsea Cucumber

📋 copy color: '#80AC46'

red 128 ◦ green 172 ◦ blue 70

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

Shades of Chelsea Cucumber #80AC46

Tints of Chelsea Cucumber #80AC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 34.59%
G = 46.49%
B = 18.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#80AC46 (or 0x80AC46) is known color: Chelsea Cucumber. HEX triplet: 80, AC and 46. RGB value is (128,172,70). Sum of RGB (Red+Green+Blue) = 128+172+70=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC46 is #7F53B9. Grayscale: #939393. Windows color (decimal): -8344506 or 4631680. OLE color: 4631680.

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

Color convert

RGB 128 172 70 -
CMYK 0.26 0 0.59 0.33
HSL 85.88º 0.42% 0.47% -
HSV(B) 85.88º 0.59% 0.67% -
XYZ 24.76 34.54 11.16 -
YUV 147.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 128 172 70 0.26 0 0.59 0.33 85.88 0.42 0.47
Hex 80 AC 46 1A 0 3B 21 56 2A 2F
Octal 200 254 106 32 0 73 41 126 52 57
Binary 10000000 10101100 1000110 11010 0 111011 100001 1010110 101010 101111

Color Harmonies of #80AC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC46

Black with #80AC46

Text Example


Text Example

White with #80AC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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