Html Css Color HEX #80AC7F Envy

📋 copy color: '#80AC7F'

red 128 ◦ green 172 ◦ blue 127

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

Shades of Envy #80AC7F

Tints of Envy #80AC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 29.98%
G = 40.28%
B = 29.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#80AC7F (or 0x80AC7F) is known color: Envy. HEX triplet: 80, AC and 7F. RGB value is (128,172,127). Sum of RGB (Red+Green+Blue) = 128+172+127=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC7F is #7F5380. Grayscale: #999999. Windows color (decimal): -8344449 or 8367232. OLE color: 8367232.

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

Color convert

RGB 128 172 127 -
CMYK 0.26 0 0.26 0.33
HSL 118.67º 0.21% 0.59% -
HSV(B) 118.67º 0.26% 0.67% -
XYZ 27.49 35.63 25.51 -
YUV 153.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 128 172 127 0.26 0 0.26 0.33 118.67 0.21 0.59
Hex 80 AC 7F 1A 0 1A 21 77 15 3B
Octal 200 254 177 32 0 32 41 167 25 73
Binary 10000000 10101100 1111111 11010 0 11010 100001 1110111 10101 111011

Color Harmonies of #80AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC7F

Black with #80AC7F

Text Example


Text Example

White with #80AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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