#6AE14C

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

Shades of Mantis #6AE14C

Tints of Mantis #6AE14C

Color information

#6AE14C (or 0x6AE14C) is unknown color: approx Mantis. HEX triplet: 6A, E1 and 4C. RGB value is (106,225,76). Sum of RGB (Red+Green+Blue) = 106+225+76=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE14C is #951EB3. Grayscale: #ACACAC. Windows color (decimal): -9772724 or 5038442. OLE color: 5038442.

HSL color Cylindrical-coordinate representation of color #6AE14C: hue angle of 107.92º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AE14C is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB10622576-
CMYK0.5300.660.12
HSL107.92º71.29%59.02%-
HSV(B)107.92º66.22%88.24%-
XYZ34.1757.4416.12-
YUV172.4373.5880.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 225 (88.28% from 255) = 55.28%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=26.04%
G=55.28%
B=18.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106225760.5300.660.12107.9271.2959.02
Hex6AE14C35042C6c473b
Octal1523411146501021415410773
Binary110101011100001100110011010101000010110011011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AE14C; }

 p { color: rgb(106,225,76); }

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

<style>
 a { background-color: #6AE14C; }

 a { background-color: rgb(106,225,76); }

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

<style>
 span { border-color: #6AE14C; }

 span { border-color: rgb(106,225,76); }

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