#6ACB5C

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

Shades of Mantis #6ACB5C

Tints of Mantis #6ACB5C

Color information

#6ACB5C (or 0x6ACB5C) is unknown color: approx Mantis. HEX triplet: 6A, CB and 5C. RGB value is (106,203,92). Sum of RGB (Red+Green+Blue) = 106+203+92=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB5C is #9534A3. Grayscale: #A1A1A1. Windows color (decimal): -9778340 or 6081386. OLE color: 6081386.

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

Color convert

RGB10620392-
CMYK0.4800.550.20
HSL112.43º51.63%57.84%-
HSV(B)112.43º54.68%79.61%-
XYZ29.2346.5517.57-
YUV161.3488.8688.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.43%
GREEN value IS 203 (79.69% from 255) = 50.62%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=26.43%
G=50.62%
B=22.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106203920.4800.550.20112.4351.6357.84
Hex6ACB5C300371470343a
Octal15231313460067241606472
Binary11010101100101110111001100000110111101001110000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,92); }

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

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

 a { background-color: rgb(106,203,92); }

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

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

 span { border-color: rgb(106,203,92); }

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