Html Css Color HEX #80A610 Lima

📋 copy color: '#80A610'

red 128 ◦ green 166 ◦ blue 16

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

Shades of Lima #80A610

Tints of Lima #80A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 41.29%
G = 53.55%
B = 5.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#80A610 (or 0x80A610) is known color: Lima. HEX triplet: 80, A6 and 10. RGB value is (128,166,16). Sum of RGB (Red+Green+Blue) = 128+166+16=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #80A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A610 is #7F59EF. Grayscale: #8A8A8A. Windows color (decimal): -8346096 or 1091200. OLE color: 1091200.

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

Color convert

RGB 128 166 16 -
CMYK 0.23 0 0.90 0.35
HSL 75.2º 0.82% 0.36% -
HSV(B) 75.2º 0.9% 0.65% -
XYZ 22.63 31.9 5.45 -
YUV 137.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 128 166 16 0.23 0 0.90 0.35 75.2 0.82 0.36
Hex 80 A6 10 17 0 5A 23 4B 52 24
Octal 200 246 20 27 0 132 43 113 122 44
Binary 10000000 10100110 10000 10111 0 1011010 100011 1001011 1010010 100100

Color Harmonies of #80A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A610

Black with #80A610

Text Example


Text Example

White with #80A610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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