Html Css Color HEX #80A910 Lima

📋 copy color: '#80A910'

red 128 ◦ green 169 ◦ blue 16

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

Shades of Lima #80A910

Tints of Lima #80A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.99%

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

R = 40.89%
G = 53.99%
B = 5.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#80A910 (or 0x80A910) is known color: Lima. HEX triplet: 80, A9 and 10. RGB value is (128,169,16). Sum of RGB (Red+Green+Blue) = 128+169+16=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 169 (66.41% from 255 or 53.99% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 169 - color contains mainly: green. Hex color #80A910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A910 is #7F56EF. Grayscale: #8B8B8B. Windows color (decimal): -8345328 or 1091968. OLE color: 1091968.

HSL color Cylindrical-coordinate representation of color #80A910: hue angle of 76.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80A910 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 169 16 -
CMYK 0.24 0 0.91 0.34
HSL 76.08º 0.83% 0.36% -
HSV(B) 76.08º 0.91% 0.66% -
XYZ 23.18 33 5.64 -
YUV 139.3 58.42 119.94 -
System Red Green Blue C M Y K H S L
Decimal 128 169 16 0.24 0 0.91 0.34 76.08 0.83 0.36
Hex 80 A9 10 18 0 5B 22 4C 53 24
Octal 200 251 20 30 0 133 42 114 123 44
Binary 10000000 10101001 10000 11000 0 1011011 100010 1001100 1010011 100100

Color Harmonies of #80A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A910

Black with #80A910

Text Example


Text Example

White with #80A910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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