Html Css Color HEX #80AE07 Lima

📋 copy color: '#80AE07'

red 128 ◦ green 174 ◦ blue 7

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

Shades of Lima #80AE07

Tints of Lima #80AE07

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.31%

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

R = 41.42%
G = 56.31%
B = 2.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#80AE07 (or 0x80AE07) is known color: Lima. HEX triplet: 80, AE and 07. RGB value is (128,174,7). Sum of RGB (Red+Green+Blue) = 128+174+7=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AE07 is #7F51F8. Grayscale: #8D8D8D. Windows color (decimal): -8344057 or 503424. OLE color: 503424.

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

Color convert

RGB 128 174 7 -
CMYK 0.26 0 0.96 0.32
HSL 76.53º 0.92% 0.35% -
HSV(B) 76.53º 0.96% 0.68% -
XYZ 24.08 34.88 5.66 -
YUV 141.21 52.26 118.58 -
System Red Green Blue C M Y K H S L
Decimal 128 174 7 0.26 0 0.96 0.32 76.53 0.92 0.35
Hex 80 AE 7 1A 0 60 20 4D 5C 23
Octal 200 256 7 32 0 140 40 115 134 43
Binary 10000000 10101110 111 11010 0 1100000 100000 1001101 1011100 100011

Color Harmonies of #80AE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE07

Black with #80AE07

Text Example


Text Example

White with #80AE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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