Html Css Color HEX #80AA04 Lima

📋 copy color: '#80AA04'

red 128 ◦ green 170 ◦ blue 4

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

Shades of Lima #80AA04

Tints of Lima #80AA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.29%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 42.38%
G = 56.29%
B = 1.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#80AA04 (or 0x80AA04) is known color: Lima. HEX triplet: 80, AA and 04. RGB value is (128,170,4). Sum of RGB (Red+Green+Blue) = 128+170+4=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA04 is #7F55FB. Grayscale: #8B8B8B. Windows color (decimal): -8345084 or 305792. OLE color: 305792.

HSL color Cylindrical-coordinate representation of color #80AA04: hue angle of 75.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80AA04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 170 4 -
CMYK 0.25 0 0.98 0.33
HSL 75.18º 0.95% 0.34% -
HSV(B) 75.18º 0.98% 0.67% -
XYZ 23.3 33.35 5.32 -
YUV 138.52 52.09 120.5 -
System Red Green Blue C M Y K H S L
Decimal 128 170 4 0.25 0 0.98 0.33 75.18 0.95 0.34
Hex 80 AA 4 19 0 62 21 4B 5F 22
Octal 200 252 4 31 0 142 41 113 137 42
Binary 10000000 10101010 100 11001 0 1100010 100001 1001011 1011111 100010

Color Harmonies of #80AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA04

Black with #80AA04

Text Example


Text Example

White with #80AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,170,4); }

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

background-color css

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

 a { background-color: rgb(128,170,4); }

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

border-color css

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

 span { border-color: rgb(128,170,4); }

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