Html Css Color HEX #80A51A Lima

📋 copy color: '#80A51A'

red 128 ◦ green 165 ◦ blue 26

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

Shades of Lima #80A51A

Tints of Lima #80A51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.72%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 40.13%
G = 51.72%
B = 8.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#80A51A (or 0x80A51A) is known color: Lima. HEX triplet: 80, A5 and 1A. RGB value is (128,165,26). Sum of RGB (Red+Green+Blue) = 128+165+26=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #80A51A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A51A is #7F5AE5. Grayscale: #8A8A8A. Windows color (decimal): -8346342 or 1746304. OLE color: 1746304.

HSL color Cylindrical-coordinate representation of color #80A51A: hue angle of 75.97º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80A51A is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 26 -
CMYK 0.22 0 0.84 0.35
HSL 75.97º 0.73% 0.37% -
HSV(B) 75.97º 0.84% 0.65% -
XYZ 22.54 31.57 5.88 -
YUV 138.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 128 165 26 0.22 0 0.84 0.35 75.97 0.73 0.37
Hex 80 A5 1A 16 0 54 23 4C 49 25
Octal 200 245 32 26 0 124 43 114 111 45
Binary 10000000 10100101 11010 10110 0 1010100 100011 1001100 1001001 100101

Color Harmonies of #80A51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A51A

Black with #80A51A

Text Example


Text Example

White with #80A51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,26); }

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

background-color css

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

 a { background-color: rgb(128,165,26); }

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

border-color css

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

 span { border-color: rgb(128,165,26); }

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