Html Css Color HEX #80AC17 Lima

📋 copy color: '#80AC17'

red 128 ◦ green 172 ◦ blue 23

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

Shades of Lima #80AC17

Tints of Lima #80AC17

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.25%

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

R = 39.63%
G = 53.25%
B = 7.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#80AC17 (or 0x80AC17) is known color: Lima. HEX triplet: 80, AC and 17. RGB value is (128,172,23). Sum of RGB (Red+Green+Blue) = 128+172+23=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC17 is #7F53E8. Grayscale: #8E8E8E. Windows color (decimal): -8344553 or 1551488. OLE color: 1551488.

HSL color Cylindrical-coordinate representation of color #80AC17: hue angle of 77.72º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80AC17 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 23 -
CMYK 0.26 0 0.87 0.33
HSL 77.72º 0.76% 0.38% -
HSV(B) 77.72º 0.87% 0.67% -
XYZ 23.81 34.16 6.15 -
YUV 141.86 60.92 118.12 -
System Red Green Blue C M Y K H S L
Decimal 128 172 23 0.26 0 0.87 0.33 77.72 0.76 0.38
Hex 80 AC 17 1A 0 57 21 4E 4C 26
Octal 200 254 27 32 0 127 41 116 114 46
Binary 10000000 10101100 10111 11010 0 1010111 100001 1001110 1001100 100110

Color Harmonies of #80AC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC17

Black with #80AC17

Text Example


Text Example

White with #80AC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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