Html Css Color HEX #80A50A Lima

📋 copy color: '#80A50A'

red 128 ◦ green 165 ◦ blue 10

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

Shades of Lima #80A50A

Tints of Lima #80A50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.46%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 42.24%
G = 54.46%
B = 3.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#80A50A (or 0x80A50A) is known color: Lima. HEX triplet: 80, A5 and 0A. RGB value is (128,165,10). Sum of RGB (Red+Green+Blue) = 128+165+10=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #80A50A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A50A is #7F5AF5. Grayscale: #888888. Windows color (decimal): -8346358 or 697728. OLE color: 697728.

HSL color Cylindrical-coordinate representation of color #80A50A: hue angle of 74.32º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80A50A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 10 -
CMYK 0.22 0 0.94 0.35
HSL 74.32º 0.89% 0.34% -
HSV(B) 74.32º 0.94% 0.65% -
XYZ 22.41 31.52 5.19 -
YUV 136.27 56.74 122.1 -
System Red Green Blue C M Y K H S L
Decimal 128 165 10 0.22 0 0.94 0.35 74.32 0.89 0.34
Hex 80 A5 A 16 0 5E 23 4A 59 22
Octal 200 245 12 26 0 136 43 112 131 42
Binary 10000000 10100101 1010 10110 0 1011110 100011 1001010 1011001 100010

Color Harmonies of #80A50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A50A

Black with #80A50A

Text Example


Text Example

White with #80A50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,10); }

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

background-color css

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

 a { background-color: rgb(128,165,10); }

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

border-color css

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

 span { border-color: rgb(128,165,10); }

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