Html Css Color HEX #80AC07 Lima

📋 copy color: '#80AC07'

red 128 ◦ green 172 ◦ blue 7

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

Shades of Lima #80AC07

Tints of Lima #80AC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 41.69%
G = 56.03%
B = 2.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#80AC07 (or 0x80AC07) is known color: Lima. HEX triplet: 80, AC and 07. RGB value is (128,172,7). Sum of RGB (Red+Green+Blue) = 128+172+7=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC07 is #7F53F8. Grayscale: #8C8C8C. Windows color (decimal): -8344569 or 502912. OLE color: 502912.

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

Color convert

RGB 128 172 7 -
CMYK 0.26 0 0.96 0.33
HSL 76º 0.92% 0.35% -
HSV(B) 76º 0.96% 0.67% -
XYZ 23.69 34.11 5.54 -
YUV 140.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 128 172 7 0.26 0 0.96 0.33 76 0.92 0.35
Hex 80 AC 7 1A 0 60 21 4C 5C 23
Octal 200 254 7 32 0 140 41 114 134 43
Binary 10000000 10101100 111 11010 0 1100000 100001 1001100 1011100 100011

Color Harmonies of #80AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC07

Black with #80AC07

Text Example


Text Example

White with #80AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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