Html Css Color HEX #80A11F Lima

📋 copy color: '#80A11F'

red 128 ◦ green 161 ◦ blue 31

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

Shades of Lima #80A11F

Tints of Lima #80A11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 40%
G = 50.31%
B = 9.69%

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

#80A11F (or 0x80A11F) is known color: Lima. HEX triplet: 80, A1 and 1F. RGB value is (128,161,31). Sum of RGB (Red+Green+Blue) = 128+161+31=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #80A11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A11F is #7F5EE0. Grayscale: #888888. Windows color (decimal): -8347361 or 2072960. OLE color: 2072960.

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

Color convert

RGB 128 161 31 -
CMYK 0.20 0 0.81 0.37
HSL 75.23º 0.68% 0.38% -
HSV(B) 75.23º 0.81% 0.63% -
XYZ 21.89 30.18 5.97 -
YUV 136.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 128 161 31 0.20 0 0.81 0.37 75.23 0.68 0.38
Hex 80 A1 1F 14 0 51 25 4B 44 26
Octal 200 241 37 24 0 121 45 113 104 46
Binary 10000000 10100001 11111 10100 0 1010001 100101 1001011 1000100 100110

Color Harmonies of #80A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A11F

Black with #80A11F

Text Example


Text Example

White with #80A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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