#94CA5F

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

Shades of Mantis #94CA5F

Tints of Mantis #94CA5F

Color information

#94CA5F (or 0x94CA5F) is unknown color: approx Mantis. HEX triplet: 94, CA and 5F. RGB value is (148,202,95). Sum of RGB (Red+Green+Blue) = 148+202+95=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA5F is #6B35A0. Grayscale: #AEAEAE. Windows color (decimal): -7026081 or 6277780. OLE color: 6277780.

HSL color Cylindrical-coordinate representation of color #94CA5F: hue angle of 90.28º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94CA5F is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB14820295-
CMYK0.2700.530.21
HSL90.28º50.23%58.24%-
HSV(B)90.28º52.97%79.22%-
XYZ35.449.3618.49-
YUV173.6683.61109.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=33.26%
G=45.39%
B=21.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148202950.2700.530.2190.2850.2358.24
Hex94CA5F1B035155a323a
Octal22431213733065251326272
Binary10010100110010101011111110110110101101011011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,202,95); }

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

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

 a { background-color: rgb(148,202,95); }

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

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

 span { border-color: rgb(148,202,95); }

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