#6AE540

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

Shades of Mantis #6AE540

Tints of Mantis #6AE540

Color information

#6AE540 (or 0x6AE540) is unknown color: approx Mantis. HEX triplet: 6A, E5 and 40. RGB value is (106,229,64). Sum of RGB (Red+Green+Blue) = 106+229+64=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE540 is #951ABF. Grayscale: #ADADAD. Windows color (decimal): -9771712 or 4253034. OLE color: 4253034.

HSL color Cylindrical-coordinate representation of color #6AE540: hue angle of 104.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AE540 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB10622964-
CMYK0.5400.720.10
HSL104.73º76.04%57.45%-
HSV(B)104.73º72.05%89.8%-
XYZ34.8959.4714.49-
YUV173.4166.2579.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 229 (89.84% from 255) = 57.39%
BLUE value IS 64 (25.39% from 255) = 16.04%
R=26.57%
G=57.39%
B=16.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal106229640.5400.720.10104.7376.0457.45
Hex6AE54036048A694c39
Octal1523451006601101215111471
Binary110101011100101100000011011001001000101011010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,229,64); }

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

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

 a { background-color: rgb(106,229,64); }

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

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

 span { border-color: rgb(106,229,64); }

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