#80af1a

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

Shades of Lima #80AF1A

Tints of Lima #80AF1A

Color information

#80AF1A (or 0x80AF1A) is unknown color: approx Lima. HEX triplet: 80, AF and 1A. RGB value is (128,175,26). Sum of RGB (Red+Green+Blue) = 128+175+26=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF1A is #7F50E5. Grayscale: #909090. Windows color (decimal): -8343782 or 1748864. OLE color: 1748864.

HSL color Cylindrical-coordinate representation of color #80AF1A: hue angle of 78.93º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80AF1A is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB12817526-
CMYK0.2700.850.31
HSL78.93º74.13%39.41%-
HSV(B)78.93º85.14%68.63%-
XYZ24.4235.326.51-
YUV143.9661.43116.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 175 (68.75% from 255) = 53.19%
BLUE value IS 26 (10.55% from 255) = 7.90%
R=38.91%
G=53.19%
B=7.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128175260.2700.850.3178.9374.1339.41
Hex80AF1A1B0551F4f4a27
Octal200257323301253711711247
Binary10000000101011111101011011010101011111110011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80af1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,26); }

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

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

 a { background-color: rgb(128,175,26); }

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

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

 span { border-color: rgb(128,175,26); }

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