#80AF08

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

Shades of Lima #80AF08

Tints of Lima #80AF08

Color information

#80AF08 (or 0x80AF08) is unknown color: approx Lima. HEX triplet: 80, AF and 08. RGB value is (128,175,8). Sum of RGB (Red+Green+Blue) = 128+175+8=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AF08 is #7F50F7. Grayscale: #8E8E8E. Windows color (decimal): -8343800 or 569216. OLE color: 569216.

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

Color convert

RGB1281758-
CMYK0.2700.950.31
HSL76.89º91.26%35.88%-
HSV(B)76.89º95.43%68.63%-
XYZ24.2835.275.76-
YUV141.9152.43118.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 175 (68.75% from 255) = 56.27%
BLUE value IS 8 (3.52% from 255) = 2.57%
R=41.16%
G=56.27%
B=2.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12817580.2700.950.3176.8991.2635.88
Hex80AF81B05F1F4d5b24
Octal200257103301373711513344
Binary1000000010101111100011011010111111111110011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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