#80AF66

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

Shades of Mantis #80AF66

Tints of Mantis #80AF66

Color information

#80AF66 (or 0x80AF66) is unknown color: approx Mantis. HEX triplet: 80, AF and 66. RGB value is (128,175,102). Sum of RGB (Red+Green+Blue) = 128+175+102=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF66 is #7F5099. Grayscale: #989898. Windows color (decimal): -8343706 or 6729600. OLE color: 6729600.

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

Color convert

RGB128175102-
CMYK0.2700.420.31
HSL98.63º31.33%54.31%-
HSV(B)98.63º41.71%68.63%-
XYZ26.6336.2118.16-
YUV152.6299.43110.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=31.60%
G=43.21%
B=25.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751020.2700.420.3198.6331.3354.31
Hex80AF661B02A1F631f36
Octal20025714633052371433766
Binary1000000010101111110011011011010101011111110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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