Html Css Color HEX #80AA02 Lima

📋 copy color: '#80AA02'

red 128 ◦ green 170 ◦ blue 2

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

Shades of Lima #80AA02

Tints of Lima #80AA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 42.67%
G = 56.67%
B = 0.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#80AA02 (or 0x80AA02) is known color: Lima. HEX triplet: 80, AA and 02. RGB value is (128,170,2). Sum of RGB (Red+Green+Blue) = 128+170+2=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA02 is #7F55FD. Grayscale: #8A8A8A. Windows color (decimal): -8345086 or 174720. OLE color: 174720.

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

Color convert

RGB 128 170 2 -
CMYK 0.25 0 0.99 0.33
HSL 75º 0.98% 0.34% -
HSV(B) 75º 0.99% 0.67% -
XYZ 23.29 33.34 5.27 -
YUV 138.29 51.09 120.66 -
System Red Green Blue C M Y K H S L
Decimal 128 170 2 0.25 0 0.99 0.33 75 0.98 0.34
Hex 80 AA 2 19 0 63 21 4B 62 22
Octal 200 252 2 31 0 143 41 113 142 42
Binary 10000000 10101010 10 11001 0 1100011 100001 1001011 1100010 100010

Color Harmonies of #80AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA02

Black with #80AA02

Text Example


Text Example

White with #80AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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