#80b94a

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

Shades of Mantis #80B94A

Tints of Mantis #80B94A

Color information

#80B94A (or 0x80B94A) is unknown color: approx Mantis. HEX triplet: 80, B9 and 4A. RGB value is (128,185,74). Sum of RGB (Red+Green+Blue) = 128+185+74=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #80B94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B94A is #7F46B5. Grayscale: #9B9B9B. Windows color (decimal): -8341174 or 4897152. OLE color: 4897152.

HSL color Cylindrical-coordinate representation of color #80B94A: hue angle of 90.81º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80B94A is Cyan = 0.31, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB12818574-
CMYK0.3100.60.27
HSL90.81º44.22%50.78%-
HSV(B)90.81º60%72.55%-
XYZ27.4939.7812.71-
YUV155.382.12108.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=33.07%
G=47.80%
B=19.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128185740.3100.60.2790.8144.2250.78
Hex80B94A1F03C1B5b2c33
Octal20027111237074331335463
Binary10000000101110011001010111110111100110111011011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80b94a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,185,74); }

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

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

 a { background-color: rgb(128,185,74); }

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

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

 span { border-color: rgb(128,185,74); }

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