#80a724

Color #80A724 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80A724

Tints of Lima #80A724

Color information

#80A724 (or 0x80A724) is unknown color: approx Lima. HEX triplet: 80, A7 and 24. RGB value is (128,167,36). Sum of RGB (Red+Green+Blue) = 128+167+36=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #80A724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A724 is #7F58DB. Grayscale: #8C8C8C. Windows color (decimal): -8345820 or 2402176. OLE color: 2402176.

HSL color Cylindrical-coordinate representation of color #80A724: hue angle of 77.86º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80A724 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB12816736-
CMYK0.2300.780.35
HSL77.86º64.53%39.8%-
HSV(B)77.86º78.44%65.49%-
XYZ23.0432.356.7-
YUV140.469.08119.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 167 (65.62% from 255) = 50.45%
BLUE value IS 36 (14.45% from 255) = 10.88%
R=38.67%
G=50.45%
B=10.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128167360.2300.780.3577.8664.5339.8
Hex80A7241704E234e4128
Octal200247442701164311610150
Binary1000000010100111100100101110100111010001110011101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80a724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,167,36); }

 H1.HeaderClassName
 {
   color: #80a724;
 }
 .AnyTagClassName
 {
   color: #80a724;
 }
</style>
background-color css

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

 a { background-color: rgb(128,167,36); }

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

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

 span { border-color: rgb(128,167,36); }

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