Html Css Color HEX #80AC2E Limerick

📋 copy color: '#80AC2E'

red 128 ◦ green 172 ◦ blue 46

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

Shades of Limerick #80AC2E

Tints of Limerick #80AC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 36.99%
G = 49.71%
B = 13.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#80AC2E (or 0x80AC2E) is known color: Limerick. HEX triplet: 80, AC and 2E. RGB value is (128,172,46). Sum of RGB (Red+Green+Blue) = 128+172+46=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC2E is #7F53D1. Grayscale: #909090. Windows color (decimal): -8344530 or 3058816. OLE color: 3058816.

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

Color convert

RGB 128 172 46 -
CMYK 0.26 0 0.73 0.33
HSL 80.95º 0.58% 0.43% -
HSV(B) 80.95º 0.73% 0.67% -
XYZ 24.15 34.29 7.93 -
YUV 144.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 128 172 46 0.26 0 0.73 0.33 80.95 0.58 0.43
Hex 80 AC 2E 1A 0 49 21 51 3A 2B
Octal 200 254 56 32 0 111 41 121 72 53
Binary 10000000 10101100 101110 11010 0 1001001 100001 1010001 111010 101011

Color Harmonies of #80AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC2E

Black with #80AC2E

Text Example


Text Example

White with #80AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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