Html Css Color HEX #80A310 Lima

📋 copy color: '#80A310'

red 128 ◦ green 163 ◦ blue 16

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

Shades of Lima #80A310

Tints of Lima #80A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.09%

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

R = 41.69%
G = 53.09%
B = 5.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#80A310 (or 0x80A310) is known color: Lima. HEX triplet: 80, A3 and 10. RGB value is (128,163,16). Sum of RGB (Red+Green+Blue) = 128+163+16=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #80A310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A310 is #7F5CEF. Grayscale: #888888. Windows color (decimal): -8346864 or 1090432. OLE color: 1090432.

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

Color convert

RGB 128 163 16 -
CMYK 0.21 0 0.90 0.36
HSL 74.29º 0.82% 0.35% -
HSV(B) 74.29º 0.9% 0.64% -
XYZ 22.09 30.82 5.27 -
YUV 135.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 128 163 16 0.21 0 0.90 0.36 74.29 0.82 0.35
Hex 80 A3 10 15 0 5A 24 4A 52 23
Octal 200 243 20 25 0 132 44 112 122 43
Binary 10000000 10100011 10000 10101 0 1011010 100100 1001010 1010010 100011

Color Harmonies of #80A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A310

Black with #80A310

Text Example


Text Example

White with #80A310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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