#6ACA55

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

Shades of Mantis #6ACA55

Tints of Mantis #6ACA55

Color information

#6ACA55 (or 0x6ACA55) is unknown color: approx Mantis. HEX triplet: 6A, CA and 55. RGB value is (106,202,85). Sum of RGB (Red+Green+Blue) = 106+202+85=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA55 is #9535AA. Grayscale: #A0A0A0. Windows color (decimal): -9778603 or 5622378. OLE color: 5622378.

HSL color Cylindrical-coordinate representation of color #6ACA55: hue angle of 109.23º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACA55 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB10620285-
CMYK0.4800.580.21
HSL109.23º52.47%56.27%-
HSV(B)109.23º57.92%79.22%-
XYZ28.745.9615.95-
YUV159.9685.789.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=26.97%
G=51.40%
B=21.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202850.4800.580.21109.2352.4756.27
Hex6ACA553003A156d3438
Octal15231212560072251556470
Binary11010101100101010101011100000111010101011101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,85); }

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

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

 a { background-color: rgb(106,202,85); }

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

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

 span { border-color: rgb(106,202,85); }

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