#94D161

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

Shades of Mantis #94D161

Tints of Mantis #94D161

Color information

#94D161 (or 0x94D161) is unknown color: approx Mantis. HEX triplet: 94, D1 and 61. RGB value is (148,209,97). Sum of RGB (Red+Green+Blue) = 148+209+97=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #94D161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D161 is #6B2E9E. Grayscale: #B2B2B2. Windows color (decimal): -7024287 or 6410644. OLE color: 6410644.

HSL color Cylindrical-coordinate representation of color #94D161: hue angle of 92.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94D161 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB14820997-
CMYK0.2900.540.18
HSL92.68º54.9%60%-
HSV(B)92.68º53.59%81.96%-
XYZ37.1752.7619.53-
YUV177.9982.29106.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 209 (82.03% from 255) = 46.04%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=32.60%
G=46.04%
B=21.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148209970.2900.540.1892.6854.960
Hex94D1611D036125d373c
Octal22432114135066221356774
Binary10010100110100011100001111010110110100101011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D161; }

 p { color: rgb(148,209,97); }

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

<style>
 a { background-color: #94D161; }

 a { background-color: rgb(148,209,97); }

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

<style>
 span { border-color: #94D161; }

 span { border-color: rgb(148,209,97); }

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