Html Css Color HEX #80A305 Lima

📋 copy color: '#80A305'

red 128 ◦ green 163 ◦ blue 5

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

Shades of Lima #80A305

Tints of Lima #80A305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.07%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 43.24%
G = 55.07%
B = 1.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#80A305 (or 0x80A305) is known color: Lima. HEX triplet: 80, A3 and 05. RGB value is (128,163,5). Sum of RGB (Red+Green+Blue) = 128+163+5=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #80A305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A305 is #7F5CFA. Grayscale: #878787. Windows color (decimal): -8346875 or 369536. OLE color: 369536.

HSL color Cylindrical-coordinate representation of color #80A305: hue angle of 73.29º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80A305 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 163 5 -
CMYK 0.21 0 0.97 0.36
HSL 73.29º 0.94% 0.33% -
HSV(B) 73.29º 0.97% 0.64% -
XYZ 22.03 30.79 4.93 -
YUV 134.52 54.9 123.35 -
System Red Green Blue C M Y K H S L
Decimal 128 163 5 0.21 0 0.97 0.36 73.29 0.94 0.33
Hex 80 A3 5 15 0 61 24 49 5E 21
Octal 200 243 5 25 0 141 44 111 136 41
Binary 10000000 10100011 101 10101 0 1100001 100100 1001001 1011110 100001

Color Harmonies of #80A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A305

Black with #80A305

Text Example


Text Example

White with #80A305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,5); }

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

background-color css

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

 a { background-color: rgb(128,163,5); }

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

border-color css

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

 span { border-color: rgb(128,163,5); }

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