Html Css Color HEX #80AE0B Lima

📋 copy color: '#80AE0B'

red 128 ◦ green 174 ◦ blue 11

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

Shades of Lima #80AE0B

Tints of Lima #80AE0B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.59%

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

R = 40.89%
G = 55.59%
B = 3.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#80AE0B (or 0x80AE0B) is known color: Lima. HEX triplet: 80, AE and 0B. RGB value is (128,174,11). Sum of RGB (Red+Green+Blue) = 128+174+11=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AE0B is #7F51F4. Grayscale: #8E8E8E. Windows color (decimal): -8344053 or 765568. OLE color: 765568.

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

Color convert

RGB 128 174 11 -
CMYK 0.26 0 0.94 0.32
HSL 76.93º 0.88% 0.36% -
HSV(B) 76.93º 0.94% 0.68% -
XYZ 24.1 34.89 5.78 -
YUV 141.66 54.26 118.25 -
System Red Green Blue C M Y K H S L
Decimal 128 174 11 0.26 0 0.94 0.32 76.93 0.88 0.36
Hex 80 AE B 1A 0 5E 20 4D 58 24
Octal 200 256 13 32 0 136 40 115 130 44
Binary 10000000 10101110 1011 11010 0 1011110 100000 1001101 1011000 100100

Color Harmonies of #80AE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE0B

Black with #80AE0B

Text Example


Text Example

White with #80AE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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