Html Css Color HEX #80AC0B Lima

📋 copy color: '#80AC0B'

red 128 ◦ green 172 ◦ blue 11

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

Shades of Lima #80AC0B

Tints of Lima #80AC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.31%

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 41.16%
G = 55.31%
B = 3.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#80AC0B (or 0x80AC0B) is known color: Lima. HEX triplet: 80, AC and 0B. RGB value is (128,172,11). Sum of RGB (Red+Green+Blue) = 128+172+11=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC0B is #7F53F4. Grayscale: #8D8D8D. Windows color (decimal): -8344565 or 765056. OLE color: 765056.

HSL color Cylindrical-coordinate representation of color #80AC0B: hue angle of 76.4º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80AC0B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 11 -
CMYK 0.26 0 0.94 0.33
HSL 76.4º 0.88% 0.36% -
HSV(B) 76.4º 0.94% 0.67% -
XYZ 23.72 34.12 5.65 -
YUV 140.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 128 172 11 0.26 0 0.94 0.33 76.4 0.88 0.36
Hex 80 AC B 1A 0 5E 21 4C 58 24
Octal 200 254 13 32 0 136 41 114 130 44
Binary 10000000 10101100 1011 11010 0 1011110 100001 1001100 1011000 100100

Color Harmonies of #80AC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC0B

Black with #80AC0B

Text Example


Text Example

White with #80AC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,11); }

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

background-color css

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

 a { background-color: rgb(128,172,11); }

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

border-color css

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

 span { border-color: rgb(128,172,11); }

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