Html Css Color HEX #80A117 Lima

📋 copy color: '#80A117'

red 128 ◦ green 161 ◦ blue 23

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

Shades of Lima #80A117

Tints of Lima #80A117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.6%

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 41.03%
G = 51.6%
B = 7.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#80A117 (or 0x80A117) is known color: Lima. HEX triplet: 80, A1 and 17. RGB value is (128,161,23). Sum of RGB (Red+Green+Blue) = 128+161+23=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #80A117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A117 is #7F5EE8. Grayscale: #878787. Windows color (decimal): -8347369 or 1548672. OLE color: 1548672.

HSL color Cylindrical-coordinate representation of color #80A117: hue angle of 74.35º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80A117 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 23 -
CMYK 0.20 0 0.86 0.37
HSL 74.35º 0.75% 0.36% -
HSV(B) 74.35º 0.86% 0.63% -
XYZ 21.8 30.14 5.48 -
YUV 135.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 128 161 23 0.20 0 0.86 0.37 74.35 0.75 0.36
Hex 80 A1 17 14 0 56 25 4A 4B 24
Octal 200 241 27 24 0 126 45 112 113 44
Binary 10000000 10100001 10111 10100 0 1010110 100101 1001010 1001011 100100

Color Harmonies of #80A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A117

Black with #80A117

Text Example


Text Example

White with #80A117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,161,23); }

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

background-color css

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

 a { background-color: rgb(128,161,23); }

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

border-color css

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

 span { border-color: rgb(128,161,23); }

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