Html Css Color HEX #80A11E Lima

📋 copy color: '#80A11E'

red 128 ◦ green 161 ◦ blue 30

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

Shades of Lima #80A11E

Tints of Lima #80A11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 40.13%
G = 50.47%
B = 9.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#80A11E (or 0x80A11E) is known color: Lima. HEX triplet: 80, A1 and 1E. RGB value is (128,161,30). Sum of RGB (Red+Green+Blue) = 128+161+30=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #80A11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A11E is #7F5EE1. Grayscale: #888888. Windows color (decimal): -8347362 or 2007424. OLE color: 2007424.

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

Color convert

RGB 128 161 30 -
CMYK 0.20 0 0.81 0.37
HSL 75.11º 0.69% 0.37% -
HSV(B) 75.11º 0.81% 0.63% -
XYZ 21.88 30.17 5.9 -
YUV 136.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 128 161 30 0.20 0 0.81 0.37 75.11 0.69 0.37
Hex 80 A1 1E 14 0 51 25 4B 45 25
Octal 200 241 36 24 0 121 45 113 105 45
Binary 10000000 10100001 11110 10100 0 1010001 100101 1001011 1000101 100101

Color Harmonies of #80A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A11E

Black with #80A11E

Text Example


Text Example

White with #80A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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