Html Css Color HEX #80A11D Lima

📋 copy color: '#80A11D'

red 128 ◦ green 161 ◦ blue 29

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

Shades of Lima #80A11D

Tints of Lima #80A11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 40.25%
G = 50.63%
B = 9.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#80A11D (or 0x80A11D) is known color: Lima. HEX triplet: 80, A1 and 1D. RGB value is (128,161,29). Sum of RGB (Red+Green+Blue) = 128+161+29=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #80A11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A11D is #7F5EE2. Grayscale: #888888. Windows color (decimal): -8347363 or 1941888. OLE color: 1941888.

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

Color convert

RGB 128 161 29 -
CMYK 0.20 0 0.82 0.37
HSL 75º 0.69% 0.37% -
HSV(B) 75º 0.82% 0.63% -
XYZ 21.87 30.17 5.83 -
YUV 136.09 67.57 122.23 -
System Red Green Blue C M Y K H S L
Decimal 128 161 29 0.20 0 0.82 0.37 75 0.69 0.37
Hex 80 A1 1D 14 0 52 25 4B 45 25
Octal 200 241 35 24 0 122 45 113 105 45
Binary 10000000 10100001 11101 10100 0 1010010 100101 1001011 1000101 100101

Color Harmonies of #80A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A11D

Black with #80A11D

Text Example


Text Example

White with #80A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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