#6ADC49

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

Shades of Mantis #6ADC49

Tints of Mantis #6ADC49

Color information

#6ADC49 (or 0x6ADC49) is unknown color: approx Mantis. HEX triplet: 6A, DC and 49. RGB value is (106,220,73). Sum of RGB (Red+Green+Blue) = 106+220+73=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC49 is #9523B6. Grayscale: #A9A9A9. Windows color (decimal): -9774007 or 4840554. OLE color: 4840554.

HSL color Cylindrical-coordinate representation of color #6ADC49: hue angle of 106.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6ADC49 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB10622073-
CMYK0.5200.670.14
HSL106.53º67.74%57.45%-
HSV(B)106.53º66.82%86.27%-
XYZ32.7454.7315.14-
YUV169.1673.7382.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 220 (86.33% from 255) = 55.14%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=26.57%
G=55.14%
B=18.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106220730.5200.670.14106.5367.7457.45
Hex6ADC4934043E6b4439
Octal1523341116401031615310471
Binary110101011011100100100111010001000011111011010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,220,73); }

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

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

 a { background-color: rgb(106,220,73); }

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

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

 span { border-color: rgb(106,220,73); }

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