Html Css Color HEX #80AA10 Lima

📋 copy color: '#80AA10'

red 128 ◦ green 170 ◦ blue 16

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

Shades of Lima #80AA10

Tints of Lima #80AA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 40.76%
G = 54.14%
B = 5.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#80AA10 (or 0x80AA10) is known color: Lima. HEX triplet: 80, AA and 10. RGB value is (128,170,16). Sum of RGB (Red+Green+Blue) = 128+170+16=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA10 is #7F55EF. Grayscale: #8C8C8C. Windows color (decimal): -8345072 or 1092224. OLE color: 1092224.

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

Color convert

RGB 128 170 16 -
CMYK 0.25 0 0.91 0.33
HSL 76.36º 0.83% 0.36% -
HSV(B) 76.36º 0.91% 0.67% -
XYZ 23.37 33.38 5.7 -
YUV 139.89 58.09 119.52 -
System Red Green Blue C M Y K H S L
Decimal 128 170 16 0.25 0 0.91 0.33 76.36 0.83 0.36
Hex 80 AA 10 19 0 5B 21 4C 53 24
Octal 200 252 20 31 0 133 41 114 123 44
Binary 10000000 10101010 10000 11001 0 1011011 100001 1001100 1010011 100100

Color Harmonies of #80AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA10

Black with #80AA10

Text Example


Text Example

White with #80AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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