Html Css Color HEX #80A600 Lima

📋 copy color: '#80A600'

red 128 ◦ green 166 ◦ blue 0

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

Shades of Lima #80A600

Tints of Lima #80A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.54%
G = 56.46%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#80A600 (or 0x80A600) is known color: Lima. HEX triplet: 80, A6 and 00. RGB value is (128,166,0). Sum of RGB (Red+Green+Blue) = 128+166+0=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #80A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A600 is #7F59FF. Grayscale: #888888. Windows color (decimal): -8346112 or 42624. OLE color: 42624.

HSL color Cylindrical-coordinate representation of color #80A600: hue angle of 73.73º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80A600 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 0 -
CMYK 0.23 0 1 0.35
HSL 73.73º 1% 0.33% -
HSV(B) 73.73º 1% 0.65% -
XYZ 22.54 31.86 4.96 -
YUV 135.71 51.41 122.5 -
System Red Green Blue C M Y K H S L
Decimal 128 166 0 0.23 0 1 0.35 73.73 1 0.33
Hex 80 A6 0 17 0 64 23 4A 64 21
Octal 200 246 0 27 0 144 43 112 144 41
Binary 10000000 10100110 0 10111 0 1100100 100011 1001010 1100100 100001

Color Harmonies of #80A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A600

Black with #80A600

Text Example


Text Example

White with #80A600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,166,0); }

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

background-color css

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

 a { background-color: rgb(128,166,0); }

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

border-color css

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

 span { border-color: rgb(128,166,0); }

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