Html Css Color HEX #80A11A Lima

📋 copy color: '#80A11A'

red 128 ◦ green 161 ◦ blue 26

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

Shades of Lima #80A11A

Tints of Lima #80A11A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.11%

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

R = 40.63%
G = 51.11%
B = 8.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#80A11A (or 0x80A11A) is known color: Lima. HEX triplet: 80, A1 and 1A. RGB value is (128,161,26). Sum of RGB (Red+Green+Blue) = 128+161+26=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #80A11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A11A is #7F5EE5. Grayscale: #888888. Windows color (decimal): -8347366 or 1745280. OLE color: 1745280.

HSL color Cylindrical-coordinate representation of color #80A11A: hue angle of 74.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80A11A is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 26 -
CMYK 0.20 0 0.84 0.37
HSL 74.67º 0.72% 0.37% -
HSV(B) 74.67º 0.84% 0.63% -
XYZ 21.83 30.15 5.65 -
YUV 135.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 128 161 26 0.20 0 0.84 0.37 74.67 0.72 0.37
Hex 80 A1 1A 14 0 54 25 4B 48 25
Octal 200 241 32 24 0 124 45 113 110 45
Binary 10000000 10100001 11010 10100 0 1010100 100101 1001011 1001000 100101

Color Harmonies of #80A11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A11A

Black with #80A11A

Text Example


Text Example

White with #80A11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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