#94C456

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

Shades of Mantis #94C456

Tints of Mantis #94C456

Color information

#94C456 (or 0x94C456) is unknown color: approx Mantis. HEX triplet: 94, C4 and 56. RGB value is (148,196,86). Sum of RGB (Red+Green+Blue) = 148+196+86=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #94C456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C456 is #6B3BA9. Grayscale: #A9A9A9. Windows color (decimal): -7027626 or 5686420. OLE color: 5686420.

HSL color Cylindrical-coordinate representation of color #94C456: hue angle of 86.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94C456 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB14819686-
CMYK0.2400.560.23
HSL86.18º48.25%55.29%-
HSV(B)86.18º56.12%76.86%-
XYZ33.6346.4516-
YUV169.1181.1112.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 86 (33.98% from 255) = 20%
R=34.42%
G=45.58%
B=20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148196860.2400.560.2386.1848.2555.29
Hex94C4561803817563037
Octal22430412630070271266067
Binary10010100110001001010110110000111000101111010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,196,86); }

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

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

 a { background-color: rgb(148,196,86); }

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

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

 span { border-color: rgb(148,196,86); }

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