Html Css Color HEX #80AA28 Lima

📋 copy color: '#80AA28'

red 128 ◦ green 170 ◦ blue 40

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

Shades of Lima #80AA28

Tints of Lima #80AA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 37.87%
G = 50.3%
B = 11.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#80AA28 (or 0x80AA28) is known color: Lima. HEX triplet: 80, AA and 28. RGB value is (128,170,40). Sum of RGB (Red+Green+Blue) = 128+170+40=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA28 is #7F55D7. Grayscale: #8F8F8F. Windows color (decimal): -8345048 or 2665088. OLE color: 2665088.

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

Color convert

RGB 128 170 40 -
CMYK 0.25 0 0.76 0.33
HSL 79.38º 0.62% 0.41% -
HSV(B) 79.38º 0.76% 0.67% -
XYZ 23.66 33.49 7.23 -
YUV 142.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 128 170 40 0.25 0 0.76 0.33 79.38 0.62 0.41
Hex 80 AA 28 19 0 4C 21 4F 3E 29
Octal 200 252 50 31 0 114 41 117 76 51
Binary 10000000 10101010 101000 11001 0 1001100 100001 1001111 111110 101001

Color Harmonies of #80AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA28

Black with #80AA28

Text Example


Text Example

White with #80AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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